Struct json_logger::JsonLogger[][src]

pub struct JsonLogger { /* fields omitted */ }

Trait Implementations

impl Log for JsonLogger
[src]

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

Logs the LogRecord. Read more

Auto Trait Implementations

impl Send for JsonLogger

impl Sync for JsonLogger