Function set_log_level

Source
pub fn set_log_level(level: LogLevel) -> LogLevel
Expand description

Set the log level for the maliput library’s logging system.

§Arguments

  • level - The desired log level to set. This should be one of the variants of LogLevel.

§Returns

A string indicating the previous log level before the change.