Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ Info
Method
Info
logger.go:225–227 ·
view source on GitHub ↗
(args ...interface{})
Source
from the content-addressed store, hash-verified
223
}
224
225
func
(logger *Logger) Info(args ...
interface
{}) {
226
logger.Log(InfoLevel, args...)
227
}
228
229
func
(logger *Logger) Print(args ...
interface
{}) {
230
entry := logger.newEntry()
Callers
nothing calls this directly
Calls
1
Log
Method · 0.95
Tested by
no test coverage detected