Modules§
Macros§
- log_
filter - log_
filter_ max - log_
filter_ multiple - example:
ezwin::init_with_levels!(("ookami", Some(log::Level::Trace)), ("ezwin", None));
- log_
filter_ with_ others - this is different from
log_filter_multiple
in that it also has a dedicated first argument for the current crate. - log_
init - log_
init_ max - log_
init_ multiple - example:
ezwin::init_with_levels!(("ookami", Some(log::Level::Trace)), ("ezwin", None));
- log_
init_ with_ others - log_
lib_ info - logging_
session - logging_
session_ ex