Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ETWCore ¶
type ETWCore struct { zapcore.LevelEnabler // contains filtered or unexported fields }
func NewETWCore ¶
func (*ETWCore) Check ¶
func (core *ETWCore) 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.