MCPcopy 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.
27func GetLogger() ILogger {
28 return utils.GetLogger()
29}

Callers 1

ExampleILogger_PrintfFunction · 0.92

Calls 1

GetLoggerFunction · 0.92

Tested by 1

ExampleILogger_PrintfFunction · 0.74