Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ Fire
Method
Fire
hooks.go:10–10 ·
view source on GitHub ↗
(*Entry)
Source
from the content-addressed store, hash-verified
8
type
Hook
interface
{
9
Levels() []Level
10
Fire(*Entry) error
11
}
12
13
// LevelHooks is an internal type for storing the hooks on a logger instance.
Callers
1
Fire
Method · 0.65
Implementers
10
panickyHook
entry_test.go
DefaultFieldHook
example_default_field_value_test.go
TestHook
hook_test.go
ModifyHook
hook_test.go
ErrorHook
hook_test.go
HookCallFunc
hook_test.go
GlobalHook
example_global_hook_test.go
Hook
hooks/writer/writer.go
Hook
hooks/test/test.go
SyslogHook
hooks/syslog/syslog.go
Calls
no outgoing calls
Tested by
no test coverage detected