[src]

Function log::log

pub fn log(level: u32, args: &Arguments)

This function is called directly by the compiler when using the logging macros. This function does not take into account whether the log level specified is active or not, it will always log something if this method is called.

It is not recommended to call this function directly, rather it should be invoked through the logging family of macros.