Struct spdlog::formatter::PatternFormatter
source · pub struct PatternFormatter<P> { /* private fields */ }Expand description
A formatter that formats log records according to a specified pattern.
Implementations§
Trait Implementations§
source§impl<P: Clone> Clone for PatternFormatter<P>
impl<P: Clone> Clone for PatternFormatter<P>
source§fn clone(&self) -> PatternFormatter<P>
fn clone(&self) -> PatternFormatter<P>
Returns a copy 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 more