MCPcopy Index your code
hub / github.com/upper/db / LC

Function LC

logger.go:323–325  ·  view source on GitHub ↗

LC returns the logging collector.

()

Source from the content-addressed store, hash-verified

321
322// LC returns the logging collector.
323func LC() LoggingCollector {
324 return defaultLoggingCollector
325}
326
327func init() {
328 if logLevel := strings.ToUpper(os.Getenv("UPPER_DB_LOG")); logLevel != "" {

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected