Expand description
Function to setup logging in binaries and web apps.
Structsยง
- Panic
OnWarn ๐ - Scope for enabling panic on warn/error log messages temporariliy on the current thread (!).
Constantsยง
- LOG_
FILE_ ๐LINE
Functionsยง
- env_
var_ ๐bool - Sets up logging for the current process using default log filter as defined in
crate::default_log_filter
. - Sets up logging for the current process using an explicit log filter.