Documentation ¶ Index ¶ func Debug(message string, fields ...zap.Field) func Error(message string, fields ...zap.Field) func Fatal(message string, fields ...zap.Field) func Info(message string, fields ...zap.Field) func New() (*zap.Logger, error) type LoggerError func (e LoggerError) Error() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Debug ¶ func Debug(message string, fields ...zap.Field) func Error ¶ func Error(message string, fields ...zap.Field) func Fatal ¶ func Fatal(message string, fields ...zap.Field) func Info ¶ func Info(message string, fields ...zap.Field) func New ¶ func New() (*zap.Logger, error) Types ¶ type LoggerError ¶ type LoggerError struct { // contains filtered or unexported fields } func (LoggerError) Error ¶ func (e LoggerError) Error() string Source Files ¶ View all Source files zap.go Click to show internal directories. Click to hide internal directories.