Struct fern_logger::LoggerConfigBuilder
source · [−]pub struct LoggerConfigBuilder { /* private fields */ }Expand description
Builder for a logger configuration.
Implementations
Sets the target width.
Sets the target width.
Adds an output builder to the logger builder.
Sets the level of an output of a logger.
Builds a logger 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