Easy to use logger for Rust
Full support
ini
[error]
ERROR_Y2023_M2_D15_H22_M44_S6_ML1676497446493 = Test
Full support
```toml [error]
[error.file]
[error.file.debug] ERRORY2023M2D15H22M45S3_ML1676497503389 = "Test" ```
Full support
csv
2023-02-15 22:46:05.745414400 +01:00;ERROR;Test;
// Get file path to a file under maxfilesize (create one if necessary) let file = filemanager.getfile_path(); ```
rust
// Do not need other code
set_file_format(FileFormat::CSV);
log(file, None, log_type, message); ```
csv
2023-02-15 22:55:33.779135600 +01:00;ERROR;Test;