| 161 | } |
| 162 | |
| 163 | type contextObserver struct { |
| 164 | zapcore.LevelEnabler |
| 165 | logs *ObservedLogs |
| 166 | context []zapcore.Field |
| 167 | } |
| 168 | |
| 169 | var ( |
| 170 | _ zapcore.Core = (*contextObserver)(nil) |
nothing calls this directly
no outgoing calls
no test coverage detected