log

Function log 

Source
pub fn log(level: Level, context: &str, message: &str)
Expand description

Emit a log message.

A log message has a level describing what kind of message is being sent, a context, which is an uninterpreted string meant to help consumers group similar messages, and a string containing the message text.