Easy to use logger for Rust
Full support
ini
[error]
Y2023_M2_D21_H18_M59_S27_ML1677002367767 = Test
Y2023_M2_D21_H18_M59_S27_ML1677002367775 = RESULT_OK_"Test"
Full support
toml
[error]
Y2023_M2_D21_H18_M57_S50_ML1677002270145 = "Test"
Y2023_M2_D21_H18_M57_S50_ML1677002270150 = "RESULT_OK_\"Test\""
Full support
csv
2023-02-21 19:00:17.771215200 +01:00;error;Test;
2023-02-21 19:00:17.777826800 +01:00;error;RESULT_OK_"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, path, message); ```
csv
2023-02-21 19:00:17.771215200 +01:00;error;debug;Test;