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