# Functions
Prints an error to a log line.
Retrieves the logger from the context.
Creates a new logger that uses the slog default logger, which writes to the terminal instead of a file.
Creates a new logger that writes out to a log file on disk.
Creates a new TerminalLogger instance.
Replaces the default time formatting (RFC3339) in a logger with an easier to read format.
Removes the time and level from the message.
# Constants
API keys.
API keys.
API keys.
The key used in contexts to retrieve the logger that should be used.
API keys.
Use JSON.
Use logfmt.
No description provided by the author
No description provided by the author
Lumberjack settings.
API keys.
API keys.
API keys.
API keys.
# Structs
Logger is a simple wrapper for a slog Logger that writes to a file on disk.
Options for logging.
Simple logger that logs colored messages directly to the terminal (stdout) without time or level.