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