# Functions
No description provided by the author
NewFormatter creates the formatter for the provided verb.
NewMultiFormatter creates a new MultiFormatter that delegates to the provided formatters.
ParseFormat parses a log format spec and returns a slice of formatters that should be iterated over to build a formatted log record.
No description provided by the author
SetSequence explicitly sets the global sequence number.
# 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
# Structs
A ColorFormatter formats an SGR color code.
A FormatEncoder is a zapcore.Encoder that formats log records according to a go-logging based format specifier.
LevelFormatter formats a log level.
MessageFormatter formats a log message.
ModuleFormatter formats the zap logger name.
A MultiFormatter presents multiple formatters as a single Formatter.
SequenceFormatter formats a global sequence number.
ShortFuncFormatter formats the name of the function creating the log record.
A StringFormatter formats a fixed string.
TimeFormatter formats the time from the zap log entry.
# Interfaces
A Formatter is used to format and write data from a zap log entry.
# Type aliases
No description provided by the author