pub enum GlibLoggerFormat {
Plain,
LineAndFile,
Structured,
}
Available on crate feature
log
only.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§
Plain
A simple format, writing only the message on output.
LineAndFile
A simple format, writing file, line and message on output.
Structured
A logger using glib structured logging.
Trait Implementations§
Source§impl Clone for GlibLoggerFormat
impl Clone for GlibLoggerFormat
Source§fn clone(&self) -> GlibLoggerFormat
fn clone(&self) -> GlibLoggerFormat
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GlibLoggerFormat
impl Debug for GlibLoggerFormat
Source§impl PartialEq for GlibLoggerFormat
impl PartialEq for GlibLoggerFormat
impl Copy for GlibLoggerFormat
impl Eq for GlibLoggerFormat
impl StructuralPartialEq for GlibLoggerFormat
Auto Trait Implementations§
impl Freeze for GlibLoggerFormat
impl RefUnwindSafe for GlibLoggerFormat
impl Send for GlibLoggerFormat
impl Sync for GlibLoggerFormat
impl Unpin for GlibLoggerFormat
impl UnwindSafe for GlibLoggerFormat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)