MCPcopy
hub / github.com/name5566/leaf / Release

Function Release

log/log.go:139–141  ·  view source on GitHub ↗
(format string, a ...interface{})

Source from the content-addressed store, hash-verified

137}
138
139func Release(format string, a ...interface{}) {
140 gLogger.doPrintf(releaseLevel, printReleaseLevel, format, a...)
141}
142
143func Error(format string, a ...interface{}) {
144 gLogger.doPrintf(errorLevel, printErrorLevel, format, a...)

Callers

nothing calls this directly

Calls 1

doPrintfMethod · 0.80

Tested by

no test coverage detected