MCPcopy Create free account
hub / github.com/upper/db / loggingCollector

Struct loggingCollector

logger.go:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137type loggingCollector struct {
138 level LogLevel
139 logger Logger
140}
141
142func (c *loggingCollector) Enabled(level LogLevel) bool {
143 return level >= c.level

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected