pub struct RoutingAppender { /* private fields */ }Expand description
An appender which routes log events to dynamically constructed sub-appenders.
Implementations§
Source§impl RoutingAppender
impl RoutingAppender
Sourcepub fn builder() -> RoutingAppenderBuilder
pub fn builder() -> RoutingAppenderBuilder
Creates a new RoutingAppender builder.
Trait Implementations§
Source§impl Append for RoutingAppender
impl Append for RoutingAppender
Auto Trait Implementations§
impl !Freeze for RoutingAppender
impl !RefUnwindSafe for RoutingAppender
impl Send for RoutingAppender
impl Sync for RoutingAppender
impl Unpin for RoutingAppender
impl !UnwindSafe for RoutingAppender
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