Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DoNewsCode/core
/ Printf
Method
Printf
otes/log.go:15–17 ·
view source on GitHub ↗
Printf implements elastic.Logger
(msg string, v ...interface{})
Source
from the content-addressed store, hash-verified
13
14
// Printf implements elastic.Logger
15
func
(l ElasticLogAdapter) Printf(msg string, v ...
interface
{}) {
16
_ = l.Logging.Log(
"msg"
, fmt.Sprintf(msg, v...))
17
}
Callers
7
TestEsLogAdapter_Printf
Function · 0.95
ExampleC_AddModuleFunc
Function · 0.45
ExampleC_AddModule_simple
Function · 0.45
Example
Function · 0.45
Example
Function · 0.45
ServeHTTP
Method · 0.45
ExampleBaggage_Unmarshal
Function · 0.45
Calls
2
Log
Method · 0.80
Sprintf
Method · 0.65
Tested by
7
TestEsLogAdapter_Printf
Function · 0.76
ExampleC_AddModuleFunc
Function · 0.36
ExampleC_AddModule_simple
Function · 0.36
Example
Function · 0.36
Example
Function · 0.36
ServeHTTP
Method · 0.36
ExampleBaggage_Unmarshal
Function · 0.36