Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nutsdb/nutsdb
/ GetLogger
Function
GetLogger
logger.go:27–29 ·
view source on GitHub ↗
GetLogger Get the internal logger for nutsdb.
()
Source
from the content-addressed store, hash-verified
25
26
// GetLogger Get the internal logger for nutsdb.
27
func
GetLogger() ILogger {
28
return
utils.GetLogger()
29
}
Callers
1
ExampleILogger_Printf
Function · 0.92
Calls
1
GetLogger
Function · 0.92
Tested by
1
ExampleILogger_Printf
Function · 0.74