Struct slog_term::CompactFormat [−][src]
Compact terminal-output formatting Drain
Note: Compact logging format is not Sync
(thread-safe) and needs to be
synchronized externally, as current output depends on the previous one.
Put it into a std::sync::Mutex
or slog_async::Async
worker-thread to
serialize accesses to it.
Implementations
impl<D> CompactFormat<D> where
D: Decorator,
[src][−]
D: Decorator,
pub fn new(d: D) -> CompactFormatBuilder<D>
[src][−]
New CompactFormatBuilder
Trait Implementations
impl<D> Drain for CompactFormat<D> where
D: Decorator,
[src][+]
D: Decorator,
Auto Trait Implementations
impl<D> !RefUnwindSafe for CompactFormat<D>
impl<D> Send for CompactFormat<D> where
D: Send,
D: Send,
impl<D> !Sync for CompactFormat<D>
impl<D> Unpin for CompactFormat<D> where
D: Unpin,
D: Unpin,
impl<D> UnwindSafe for CompactFormat<D> where
D: UnwindSafe,
D: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,