Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ Errorln
Method
Errorln
logger.go:329–331 ·
view source on GitHub ↗
(args ...interface{})
Source
from the content-addressed store, hash-verified
327
}
328
329
func
(logger *Logger) Errorln(args ...
interface
{}) {
330
logger.Logln(ErrorLevel, args...)
331
}
332
333
func
(logger *Logger) Fatalln(args ...
interface
{}) {
334
logger.Logln(FatalLevel, args...)
Callers
nothing calls this directly
Calls
1
Logln
Method · 0.95
Tested by
no test coverage detected