Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DoNewsCode/core
/ Warn
Method
Warn
logging/log.go:192–194 ·
view source on GitHub ↗
(args ...interface{})
Source
from the content-addressed store, hash-verified
190
}
191
192
func
(l levelLogger) Warn(args ...
interface
{}) {
193
_ = level.Warn(l).Log(
"msg"
, Sprint(args...))
194
}
195
196
func
(l levelLogger) Err(args ...
interface
{}) {
197
_ = level.Error(l).Log(
"msg"
, Sprint(args...))
Callers
nothing calls this directly
Calls
3
Sprint
Function · 0.85
Log
Method · 0.80
Warn
Method · 0.65
Tested by
no test coverage detected