MCPcopy
hub / github.com/op/go-logging / getFormatter

Function getFormatter

format.go:114–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112}
113
114func getFormatter() Formatter {
115 formatter.RLock()
116 defer formatter.RUnlock()
117 return formatter.def
118}
119
120var (
121 // DefaultFormatter is the default formatter used and is only the message.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected