Documentation
¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Core ¶
type Core struct {
zapcore.LevelEnabler
// contains filtered or unexported fields
}
func (*Core) Check ¶
func (core *Core) Check(entry zapcore.Entry, checkedEntry *zapcore.CheckedEntry) *zapcore.CheckedEntry
Check is an implementation of the zapcore.Core interface's Check method. Check determines whether the logger core is enabled at the supplied zapcore.Entry's Level. If enabled, it adds the core to the CheckedEntry and returns it, otherwise returns the CheckedEntry unchanged.
Click to show internal directories.
Click to hide internal directories.