Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ Debug
Method
Debug
entry.go:315–317 ·
view source on GitHub ↗
(args ...interface{})
Source
from the content-addressed store, hash-verified
313
}
314
315
func
(entry *Entry) Debug(args ...
interface
{}) {
316
entry.Log(DebugLevel, args...)
317
}
318
319
func
(entry *Entry) Print(args ...
interface
{}) {
320
entry.Info(args...)
Callers
nothing calls this directly
Calls
1
Log
Method · 0.95
Tested by
no test coverage detected