Struct android_log::AndroidLogger [] [src]

pub struct AndroidLogger { /* fields omitted */ }

AndroidLogger is the implementation of the logger.

It should not be used from Rust libraries which should only use the facade.

Methods

impl AndroidLogger
[src]

Initializes the logger with defaults

Initializes the global logger with self

Trait Implementations

impl Log for AndroidLogger
[src]

Determines if a log message with the specified metadata would be logged. Read more

Logs the LogRecord. Read more