Struct fern_logger::LoggerOutputConfigBuilder
source · [−]pub struct LoggerOutputConfigBuilder { /* private fields */ }Expand description
Builder for a logger output configuration.
Implementations
Sets the level of a logger output.
Sets a collection of filters of a logger output. A message is logged only if one of the filters is part of the log’s metadata target.
Sets a collection of exclusions of a logger output. A message is logged only if one of the exclusions is not part of the log’s metadata target.
Sets the color flag of a logger output.
Builds a logger output configuration.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more