[][src]Function aver::set_log_level

pub fn set_log_level(level: LogLevel)

sets the log level any log with a lower value than the current level will not print ordeblue by All < Trace < Debug < Info < Warn < Error < Fatal < Off. off will prevent any logging from taking place. this is unsafe