Struct logging::_Logger [] [src]

pub struct _Logger {
    pub level: Level,
    // some fields omitted
}

A logger node.

note: Normaly you should never have to create an instance by yourself.

Fields

The level of the logger.

Methods

impl _Logger
[src]

[src]

Add a new handler to the logger node.

[src]

[src]

Returns the name part of this logger.

[src]

Returns the full name of the logger.

[src]

Logs a message.

[src]

Logs a debug message.

[src]

Logs a info message.

[src]

Logs a warn message.

[src]

Logs a error message.

[src]

Logs a fatal message.

Trait Implementations

impl Clone for _Logger
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more