EventFn is a function to be executed when configured against a log level.
func(ctx context.Context, r Record)
| 44 | |
| 45 | // EventFn is a function to be executed when configured against a log level. |
| 46 | type EventFn func(ctx context.Context, r Record) |
| 47 | |
| 48 | // Events contains an assignment of an event function to a log level. |
| 49 | type Events struct { |
nothing calls this directly
no outgoing calls
no test coverage detected