Struct android_logger::AndroidLogger [] [src]

pub struct AndroidLogger;

Underlying android logger, for cases where init_once abstraction is not enough.

Trait Implementations

impl Default for AndroidLogger
[src]

[src]

Returns the "default value" for a type. Read more

impl Log for AndroidLogger
[src]

[src]

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

[src]

Logs the Record. Read more

[src]

Flushes any buffered records.