The thought occurred to me that we could skip the timestamp if a negative version of the log level were passed to log(). What if the user just wants an indented line (with vendorID) for multi-line messages?
We could of course not reserve certain levels and just patch in flags to control the header (kinda like a printf() specifier string).
The thought occurred to me that we could skip the timestamp if a negative version of the log level were passed to
log(). What if the user just wants an indented line (withvendorID) for multi-line messages?We could of course not reserve certain levels and just patch in flags to control the header (kinda like a
printf()specifier string).