Struct trust_dns::logger::TrustDnsLogger [] [src]

pub struct TrustDnsLogger { /* fields omitted */ }

The logging manager for the system

Methods

impl TrustDnsLogger
[src]

Configure a logger with the given log level

Initializes the logger.

Enables the logger with the given LogLevel

Trait Implementations

impl Log for TrustDnsLogger
[src]

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

Logs the LogRecord. Read more