Struct cute_log::Logger[][src]

pub struct Logger;

Simple Logger implementation

It provides logger without filtering with following format: <level> [<date and time>] <file>:<line> - <args>

Timestamp can be turned off by disabling default features

Methods

impl Logger
[src]

Logger printer.

Sets log max level

Trait Implementations

impl Log for Logger
[src]

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

Logs the Record. Read more

Flushes any buffered records.

Auto Trait Implementations

impl Send for Logger

impl Sync for Logger