package
5.3.0
Repository: https://github.com/micro/go-micro.git
Documentation: pkg.go.dev

# Packages

Package memory provides an in memory log buffer.

# 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.

# Interfaces

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

# Type aliases

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