# Functions
Logs a debug message to the console.
Logs a formatted debug message to the console.
Disables ANSI color in log output.
Disable logging messages sent to this key.
Disable timestamps in logs.
Enable logging messages sent to this key.
If the error is not nil, logs error to the console.
Logs a formatted error message to the console.
Logs a warning to the console, then exits the process.
Logs a formatted warning to the console, then exits the process.
Flags returns the output flags for clog.
Thread-safe API for fetching log level.
Thread-safe API for indicating whether caller information is included in log output.
Check to see if logging is enabled for a key.
Logs a message to the console.
Logs a warning to the console, then panics.
Logs a formatted warning to the console, then panics.
Parses a comma-separated list of log keys, probably coming from an argv flag.
Parses an array of log keys, probably coming from a argv flags.
Prints a message to the console.
Prints a formatted message to the console.
SetFlags sets the output flags for clog.
Thread-safe API for configuring whether caller information is included in log output.
Thread-safe API for setting log level.
Set a prefix function for the log message.
SetOutput sets the output destination for clog.
No description provided by the author
Logs a highlighted message prefixed with "TEMP".
Logs a highlighted message prefixed with "TEMP".
Logs a message to the console, but only if the corresponding key is true in keys.
Logs a trace message to the console.
Logs a formatted trace message to the console.
Logs a warning to the console.
Logs a formatted warning to the console.
# 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
# Variables
Logging package level (Setting Level directly isn't thread-safe).