Crate log_plus

Source

Structs§

Builder
Builder is a struct that holds the configuration for the logger.

Traits§

CustomFilter
自定义过滤函数

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 a log::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