Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ Warn
Method
Warn
logger.go:235–237 ·
view source on GitHub ↗
(args ...interface{})
Source
from the content-addressed store, hash-verified
233
}
234
235
func
(logger *Logger) Warn(args ...
interface
{}) {
236
logger.Log(WarnLevel, args...)
237
}
238
239
func
(logger *Logger) Warning(args ...
interface
{}) {
240
logger.Warn(args...)
Callers
1
Warning
Method · 0.95
Calls
1
Log
Method · 0.95
Tested by
no test coverage detected