log

Function log 

Source
pub fn log(record: &Record) -> bool
Expand description

Logs a record using the global logger.

§Arguments

  • record - The record to log

§Returns

true if the record was successfully logged by at least one handler, false otherwise.