Struct tracing_glog::Glog [−][src]
pub struct Glog;Trait Implementations
impl<S, N> FormatEvent<S, N> for Glog where
S: Subscriber + for<'a> LookupSpan<'a>,
N: for<'a> FormatFields<'a> + 'static,
impl<S, N> FormatEvent<S, N> for Glog where
S: Subscriber + for<'a> LookupSpan<'a>,
N: for<'a> FormatFields<'a> + 'static,
fn format_event(
&self,
ctx: &FmtContext<'_, S, N>,
writer: Writer<'_>,
event: &Event<'_>
) -> Result
fn format_event(
&self,
ctx: &FmtContext<'_, S, N>,
writer: Writer<'_>,
event: &Event<'_>
) -> Result
Write a log message for Event in Context to the given Writer.
Auto Trait Implementations
impl RefUnwindSafe for Glog
impl UnwindSafe for Glog
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more