# Functions
Component helper for creating zap.Field.
NewControllerErrorSuppressor creates a new controller error suppressor.
NewLogDestination creates new log destination.
NewWriter creates new log zap log writer.
WithColoredLevels enables log level colored output.
WithControllerErrorSuppressor creates a new console log controller error suppressor.
WithoutLogLevels disable log level.
WithoutTimestamp disables timestamp.
Wrap is a simple helper to wrap io.Writer with default arguments.
ZapLogger creates new default Zap Logger.
# Variables
StdWriter creates a sync writer that writes all logs to the std logger.
# Structs
LogDestination defines logging destination Config.
LogWriter is a wrapper around zap.Logger that implements io.Writer interface.
# Type aliases
LogDestinationOption defines a log destination encoder config setter.