Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ Trace
Method
Trace
logger.go:217–219 ·
view source on GitHub ↗
(args ...interface{})
Source
from the content-addressed store, hash-verified
215
}
216
217
func
(logger *Logger) Trace(args ...
interface
{}) {
218
logger.Log(TraceLevel, args...)
219
}
220
221
func
(logger *Logger) Debug(args ...
interface
{}) {
222
logger.Log(DebugLevel, args...)
Callers
nothing calls this directly
Calls
1
Log
Method · 0.95
Tested by
no test coverage detected