Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ Traceln
Method
Traceln
logger.go:303–305 ·
view source on GitHub ↗
(args ...interface{})
Source
from the content-addressed store, hash-verified
301
}
302
303
func
(logger *Logger) Traceln(args ...
interface
{}) {
304
logger.Logln(TraceLevel, args...)
305
}
306
307
func
(logger *Logger) Debugln(args ...
interface
{}) {
308
logger.Logln(DebugLevel, args...)
Callers
nothing calls this directly
Calls
1
Logln
Method · 0.95
Tested by
no test coverage detected