MCPcopy
hub / github.com/sirupsen/logrus / HookCallFunc

Struct HookCallFunc

hook_test.go:210–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210type HookCallFunc struct {
211 F func()
212}
213
214func (h *HookCallFunc) Levels() []Level {
215 return AllLevels

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected