Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ Infoln
Method
Infoln
entry.go:409–411 ·
view source on GitHub ↗
(args ...interface{})
Source
from the content-addressed store, hash-verified
407
}
408
409
func
(entry *Entry) Infoln(args ...
interface
{}) {
410
entry.Logln(InfoLevel, args...)
411
}
412
413
func
(entry *Entry) Println(args ...
interface
{}) {
414
entry.Infoln(args...)
Callers
1
Println
Method · 0.95
Calls
1
Logln
Method · 0.95
Tested by
no test coverage detected