Struct bee_common::logger::LoggerConfigBuilder [−][src]
pub struct LoggerConfigBuilder { /* fields omitted */ }Expand description
Builder for a logger configuration.
Implementations
Sets the color flag of a logger.
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
