# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DefaultFormatter returns the parameters separated by spaces except for filename and line which are separated by a colon.
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
NewCCLogWriter returns a Writer that writes to the given zap logger.
No description provided by the author
NewMinLevelWriter returns a Writer that will only pass on the Write calls to the provided writer if the log level is at or above the specified minimum level.
NewSimpleWriter returns a new writer that writes log messages to the given io.Writer formatting the messages with the given formatter.
ParseLevel converts a string representation of a logging level to a Level.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
The severity levels.
The severity levels.
DefaultWriterName is the name of the default writer for a Context.
The severity levels.
The severity levels.
The severity levels.
The severity levels.
The severity levels.
# Variables
TimeFormat is the time format used for the default writer.
# Interfaces
Writer is implemented by any recipient of log messages.
# Type aliases
Level holds a severity level.