Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
log.Logger
// WithCore is an internal API used to allow packages like logtest to hook into
// underlying zap logger's core.
WithCore(func(c zapcore.Core) zapcore.Core) log.Logger
}
Logger exposes internal APIs that must be implemented on github.com/Navegos/log.zapAdapter
Click to show internal directories.
Click to hide internal directories.