Re-exports§
pub extern crate log;
Modules§
Macros§
Structs§
- LogConfig
- LogConfig
Builder - The LogConfig with builder wrapper.
- Target
Level
Enums§
- Level
- An enum representing the available verbosity levels of the logger.
- Level
Filter - An enum representing the available verbosity level filters of the logger.
Constants§
Functions§
- console
- Provide init simple-log instance with stdout console on terminal.
- file
- Provide init simple-log instance with write file.
- get_
log_ conf - Get simple-log global config LogConfig
- new
- The new method provide init simple-log instance with config.
- quick
- This method can quick init simple-log with no configuration.
- quick_
log_ level - update_
log_ conf - Update simple-log global config LogConfig.
- update_
log_ level - update simple-log global config log level.