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
don't escape quotes in message when using text printer
* strings as fields are still escaped
* this is technically a breaking change from previous behavior
tests for min level changes
* added NoAnchorLogger, which is used by frog.AddAnchor to ensure that the number of nested Loggers is consistent, regardless of if you have a RootLogger that supports anchors or not.
* lots more README work
* removed the "buffered log closing" verbose line from Buffered's Close (but left it in as a comment, in case it is needed for future debugging
* renamed some of the demo apps for clarity