pub struct LogConsoleWriterConfig {
pub level: Option<u32>,
pub format: LogFormatConfigOverride,
}Expand description
Console appender configuration for logging
Fields§
§level: Option<u32>Level override
format: LogFormatConfigOverrideFormat override
Trait Implementations§
Source§impl Clone for LogConsoleWriterConfig
impl Clone for LogConsoleWriterConfig
Source§fn clone(&self) -> LogConsoleWriterConfig
fn clone(&self) -> LogConsoleWriterConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LogConsoleWriterConfig
impl Debug for LogConsoleWriterConfig
Source§impl Default for LogConsoleWriterConfig
impl Default for LogConsoleWriterConfig
Source§fn default() -> LogConsoleWriterConfig
fn default() -> LogConsoleWriterConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LogConsoleWriterConfig
impl<'de> Deserialize<'de> for LogConsoleWriterConfig
Source§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
Auto Trait Implementations§
impl Freeze for LogConsoleWriterConfig
impl RefUnwindSafe for LogConsoleWriterConfig
impl Send for LogConsoleWriterConfig
impl Sync for LogConsoleWriterConfig
impl Unpin for LogConsoleWriterConfig
impl UnwindSafe for LogConsoleWriterConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more