Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ Traceln
Method
Traceln
entry.go:401–403 ·
view source on GitHub ↗
(args ...interface{})
Source
from the content-addressed store, hash-verified
399
}
400
401
func
(entry *Entry) Traceln(args ...
interface
{}) {
402
entry.Logln(TraceLevel, args...)
403
}
404
405
func
(entry *Entry) Debugln(args ...
interface
{}) {
406
entry.Logln(DebugLevel, args...)
Callers
nothing calls this directly
Calls
1
Logln
Method · 0.95
Tested by
no test coverage detected