Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sagikazarmark/modern-go-application
/ noopLogger
Struct
noopLogger
internal/common/logger.go:31–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
type
noopLogger
struct
{}
32
33
// NewNoopLogger returns a logger that discards every log event.
34
func
NewNoopLogger() Logger {
return
noopLogger{} }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected