Structs§
- Builder
Builder
is a struct that holds the configuration for the logger.
Traits§
- Custom
Filter - 自定义过滤函数
Functions§
- init_
log - It creates a new logger, initializes it, and then sets it as the global logger
- init_
log_ simple - init_
log_ with_ all - init_
log_ with_ filter - init_
log_ with_ plugin - parse_
level - It takes a string and returns a
Result
of alog::LevelFilter
- parse_
size - It parses a string into a number, The units that can be used are k/m/g
- set_
level - Set log level for target