# Functions
Count sets the number of log records to return.
DefaultOptions returns default options.
JSONFormat is a json Format func.
Name of the log.
Since sets the time since which to return the log records.
Size sets the size of the ring buffer.
TextFormat returns text format.
# Variables
Default formatter.
DefaultLog logger.
Default buffer size if any.
# Structs
Options are logger options.
ReadOptions for querying the logs.
Record is log record entry.
# Type aliases
Format is a function which formats the output.
Option used by the logger.
ReadOption used for reading the logs.