Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ InfoFn
Method
InfoFn
logger.go:264–266 ·
view source on GitHub ↗
(fn LogFunction)
Source
from the content-addressed store, hash-verified
262
}
263
264
func
(logger *Logger) InfoFn(fn LogFunction) {
265
logger.LogFn(InfoLevel, fn)
266
}
267
268
func
(logger *Logger) PrintFn(fn LogFunction) {
269
entry := logger.newEntry()
Callers
2
TestLogger_LogFn
Function · 0.80
InfoFn
Function · 0.80
Calls
1
LogFn
Method · 0.95
Tested by
1
TestLogger_LogFn
Function · 0.64