Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ Warnln
Method
Warnln
entry.go:417–419 ·
view source on GitHub ↗
(args ...interface{})
Source
from the content-addressed store, hash-verified
415
}
416
417
func
(entry *Entry) Warnln(args ...
interface
{}) {
418
entry.Logln(WarnLevel, args...)
419
}
420
421
func
(entry *Entry) Warningln(args ...
interface
{}) {
422
entry.Warnln(args...)
Callers
1
Warningln
Method · 0.95
Calls
1
Logln
Method · 0.95
Tested by
no test coverage detected