Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ Infoln
Method
Infoln
logger.go:311–313 ·
view source on GitHub ↗
(args ...interface{})
Source
from the content-addressed store, hash-verified
309
}
310
311
func
(logger *Logger) Infoln(args ...
interface
{}) {
312
logger.Logln(InfoLevel, args...)
313
}
314
315
func
(logger *Logger) Println(args ...
interface
{}) {
316
entry := logger.newEntry()
Callers
nothing calls this directly
Calls
1
Logln
Method · 0.95
Tested by
no test coverage detected