Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ Warnln
Method
Warnln
logger.go:321–323 ·
view source on GitHub ↗
(args ...interface{})
Source
from the content-addressed store, hash-verified
319
}
320
321
func
(logger *Logger) Warnln(args ...
interface
{}) {
322
logger.Logln(WarnLevel, args...)
323
}
324
325
func
(logger *Logger) Warningln(args ...
interface
{}) {
326
logger.Warnln(args...)
Callers
1
Warningln
Method · 0.95
Calls
1
Logln
Method · 0.95
Tested by
no test coverage detected