Function log::log
[-]
[+]
[src]
pub fn log(level: LogLevel, loc: &LogLocation, args: Arguments)
Logs a message.
This should not typically be called directly. The log!, error!,
warn!, info!, debug!, and trace! macros should be used instead.