You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when logLevelFirst: appendLogLevelMarker(r, lvl, true)
when r.timestamps != NoTimestamps:
when logLevelFirst: append(r.output, " ")
writeTs(r)
when not logLevelFirst:
when r.timestamps != NoTimeStamps: append(r.output, " ")
appendLogLevelMarker(r, lvl, true)
Human consumption of the output might make sense to have the log lvl prior to the message since time stamps are less relevant on human message consumption than the log lvl and message yet adds a large space between the two.
The text was updated successfully, but these errors were encountered:
options.nim
log_output.nim
Human consumption of the output might make sense to have the log lvl prior to the message since time stamps are less relevant on human message consumption than the log lvl and message yet adds a large space between the two.
The text was updated successfully, but these errors were encountered: