std.log
Functions
[src]
pub fn debug(args: ..ToString?) {
global_logger.debug(..args);
}
Log a message at the debug level.
[src]
pub fn debug(args: ..ToString?) {
global_logger.debug(..args);
}
Log a message at the debug level.
Log a message at the debug level.
[src]
pub fn error(args: ..ToString?) {
global_logger.error(..args);
}
Log a message at the error level.
[src]
pub fn error(args: ..ToString?) {
global_logger.error(..args);
}
Log a message at the error level.
Log a message at the error level.
[src]
pub fn info(args: ..ToString?) {
global_logger.info(..args);
}
Log a message at the info level.
[src]
pub fn info(args: ..ToString?) {
global_logger.info(..args);
}
Log a message at the info level.
Log a message at the info level.
[src]
pub fn trace(args: ..ToString?) {
global_logger.trace(..args);
}
Log a message at the trace level.
[src]
pub fn trace(args: ..ToString?) {
global_logger.trace(..args);
}
Log a message at the trace level.
Log a message at the trace level.