Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ WarningFn
Method
WarningFn
logger.go:278–280 ·
view source on GitHub ↗
(fn LogFunction)
Source
from the content-addressed store, hash-verified
276
}
277
278
func
(logger *Logger) WarningFn(fn LogFunction) {
279
logger.WarnFn(fn)
280
}
281
282
func
(logger *Logger) ErrorFn(fn LogFunction) {
283
logger.LogFn(ErrorLevel, fn)
Callers
1
WarningFn
Function · 0.80
Calls
1
WarnFn
Method · 0.95
Tested by
no test coverage detected