package
1.1.2
Repository: https://github.com/goodbigtree/go-admin-core.git
Documentation: pkg.go.dev

# Functions

Count sets the number of log records to return.
DefaultOptions returns default options.
No description provided by the author
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

DefaultFormat Default formatter.
DefaultSize Default buffer size if any.

# Structs

Options are logger options.
ReadOptions for querying the logs.
Record is log record entry.

# Interfaces

Log is debug log interface for reading and writing logs.
Stream returns a log stream.

# Type aliases

FormatFunc is a function which formats the output.
Option used by the logger.
ReadOption used for reading the logs.