Function dioxus_logger::init
source · pub fn init(level_filter: LevelFilter) -> Result<(), SetLoggerError>
Expand description
Initialize log
and dioxus-logger
with a specified filter.
For more advanced configuration, build the logger through the DioxusLogger
struct.