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 GlibLoggerFormatimpl Send for GlibLoggerFormatimpl Sync for GlibLoggerFormatimpl Unpin for GlibLoggerFormatimpl UnwindSafe for GlibLoggerFormatBlanket Implementations
Mutably borrows from an owned value. Read more