(skipFrameCount int)
| 463 | } |
| 464 | |
| 465 | func newCallerHook(skipFrameCount int) callerHook { |
| 466 | return callerHook{callerSkipFrameCount: skipFrameCount} |
| 467 | } |
| 468 | |
| 469 | func (ch callerHook) Run(e *Event, level Level, msg string) { |
| 470 | switch ch.callerSkipFrameCount { |
no outgoing calls
no test coverage detected