[−][src]Type Definition logosaurus::Flag
type Flag = u8;
Formatting flags for the header in log output.
See the L_* constants.
With the exception of the L_MSG_PREFIX flag, there is no control over the order that header
text appears, or the format they present (described in the L* constants).
For example, the L_DATE | L_TIME flags produce:
2009/01/23 17:05:23 message
while L_DATE | L_TIME | L_MICROSECONDS | L_SHORT_FILE | L_LEVEL produce:
INFO 2009/01/23 17:05:23.123123 main.rs:3: message