Function init_logger_with_fs
pub fn init_logger_with_fs<F: FileSystem>(fs: &F, name: &str)Expand description
Initialize the logger with the provided file system operations.
ยงArguments
fs- File system operations implementationname- Will be part of the log filename