Struct ckb_logger_config::ExtraLoggerConfig [−][src]
pub struct ExtraLoggerConfig {
pub filter: String,
}Expand description
The configuration of an extra CKB logger.
This struct is used to build ExtraLogger.
Fields
filter: StringA string which is used to build env_logger::Filter for the extra logger.
Trait Implementations
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ExtraLoggerConfig
impl Send for ExtraLoggerConfig
impl Sync for ExtraLoggerConfig
impl Unpin for ExtraLoggerConfig
impl UnwindSafe for ExtraLoggerConfig
Blanket Implementations
Mutably borrows from an owned value. Read more