MCPcopy
hub / github.com/uber/aresdb / GetLogger

Function GetLogger

utils/di.go:59–61  ·  view source on GitHub ↗

GetLogger returns the logger.

()

Source from the content-addressed store, hash-verified

57
58// GetLogger returns the logger.
59func GetLogger() common.Logger {
60 return logger
61}
62
63// GetQueryLogger returns the logger for query.
64func GetQueryLogger() common.Logger {

Callers 15

ListLogFilesMethod · 0.92
DeleteLogFileMethod · 0.92
ListSnapshotBatchesMethod · 0.92
DeleteSnapshotMethod · 0.92
DeleteBatchesMethod · 0.92
DeleteColumnMethod · 0.92
PlayRedoLogMethod · 0.92
loadSnapshotsMethod · 0.92
playRedoLogsMethod · 0.92
InitShardsMethod · 0.92
LoadShardMethod · 0.92

Calls

no outgoing calls

Tested by 1

getCompactedTotalBytesFunction · 0.74