Method
Check
(ent zapcore.Entry, ce *zapcore.CheckedEntry)
Source from the content-addressed store, hash-verified
| 240 | func (*partiallyNopCore) Enabled(zapcore.Level) bool { return true } |
| 241 | |
| 242 | func (c *partiallyNopCore) Check(ent zapcore.Entry, ce *zapcore.CheckedEntry) *zapcore.CheckedEntry { |
| 243 | return ce.AddCore(ent, c) |
| 244 | } |
| 245 | |
| 246 | func (c *partiallyNopCore) With([]zapcore.Field) zapcore.Core { return c } |
| 247 | func (*partiallyNopCore) Write(zapcore.Entry, []zapcore.Field) error { return nil } |
Callers
nothing calls this directly
Tested by
no test coverage detected