Enum glib::GlibLoggerFormat [−][src]
pub enum GlibLoggerFormat { Plain, LineAndFile, Structured, }
Expand description
Enumeration of the possible formatting behaviours for a
GlibLogger
.
In order to use this type, glib
must be built with the log
feature
enabled.
Variants
A simple format, writing only the message on output.
A simple format, writing file, line and message on output.
A logger using glib structured logging. Structured logging is available
only on features v2_56
and later.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GlibLoggerFormat
impl Send for GlibLoggerFormat
impl Sync for GlibLoggerFormat
impl Unpin for GlibLoggerFormat
impl UnwindSafe for GlibLoggerFormat
Blanket Implementations
Mutably borrows from an owned value. Read more