pub fn set_log_level(level: LogLevel)Expand description
sets the log level
any log with a lower value than the current level will not print
ordered by All < Trace < Debug < Info < Warn < Error < Fatal < Off.
off will prevent any logging from taking place.
this is unsafe