Logging

Function console_off

fn console_off()

Turns off logging to stdout globally

Turns off the console unless the user has overridden the runtime environment's logging spec, e.g. by setting the RUST_LOG environment variable

Function console_on

fn console_on()

Turns on logging to stdout globally

Function log_type

fn log_type<T>(level: u32, object: &T)