Function android_logger::init
[−]
[src]
pub fn init(log_level: LogLevel) -> Result<(), SetLoggerError>
Initializes the global logger with an android logger.
This should be called early in the execution of a Rust program, and the global logger may only be initialized once. Future initialization attempts will return an error.