()
| 315 | } |
| 316 | |
| 317 | func (log *Logger) clone() *Logger { |
| 318 | clone := *log |
| 319 | return &clone |
| 320 | } |
| 321 | |
| 322 | func (log *Logger) check(lvl zapcore.Level, msg string) *zapcore.CheckedEntry { |
| 323 | // Logger.check must always be called directly by a method in the |
no outgoing calls
no test coverage detected