package
0.0.0-20190624094811-bef6213b22f2
Repository: https://github.com/go-framework/zap.git
Documentation: pkg.go.dev

# Functions

Check returns a CheckedEntry if logging a message at the specified level is enabled.
Debug logs a message at DebugLevel.
DPanic logs a message at DPanicLevel.
Error logs a message at ErrorLevel.
Fatal logs a message at FatalLevel.
No description provided by the author
Info logs a message at InfoLevel.
Named adds a new path segment to the logger's name.
Panic logs a message at PanicLevel.
Set zap logger.
Sugar wraps the Logger to provide a more ergonomic, but slightly slower, API.
Sync calls the underlying Core's Sync method, flushing any buffered log entries.
Warn logs a message at WarnLevel.
With creates a child logger and adds structured context to it.
WithOptions clones the current Logger, applies the supplied Options, and returns the resulting Logger.