# Packages
Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
# Functions
AddLogSystem starts printing messages to the given LogSystem.
Flush waits until all current log messages have been dispatched to the active log systems.
No description provided by the author
No description provided by the author
NewJSONLogSystem creates a LogSystem that prints to the given writer without adding extra information irrespective of loglevel only if message is JSON type.
No description provided by the author
No description provided by the author
NewStdLogSystem creates a LogSystem that prints to the given writer.
Reset removes all active log systems.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Standard log levels.
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A Logger prints messages prefixed by a given tag.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author