Documentation
¶
Index ¶
- type TraceCore
- func (c *TraceCore) Check(e zapcore.Entry, ce *zapcore.CheckedEntry) *zapcore.CheckedEntry
- func (c *TraceCore) Enabled(lvl zapcore.Level) bool
- func (c *TraceCore) Sync() error
- func (c *TraceCore) With(fields []zapcore.Field) zapcore.Core
- func (c *TraceCore) Write(entry zapcore.Entry, fields []zapcore.Field) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TraceCore ¶
func NewTraceCore ¶
NewTraceCore Returns a new Core that adds tracing information to the log entry
func (*TraceCore) Check ¶
func (c *TraceCore) Check(e zapcore.Entry, ce *zapcore.CheckedEntry) *zapcore.CheckedEntry
Click to show internal directories.
Click to hide internal directories.