MCPcopy Index your code
hub / github.com/Monibuca/engine / Error

Method Error

log/log.go:131–134  ·  view source on GitHub ↗
(msg string, fields ...zap.Field)

Source from the content-addressed store, hash-verified

129}
130
131func (l *Logger) Error(msg string, fields ...zap.Field) {
132 l.formatLang(&msg, fields)
133 l.Logger.Error(msg, fields...)
134}
135
136func (l *Logger) Fatal(msg string, fields ...zap.Field) {
137 l.formatLang(&msg, fields)

Callers 1

RunFunction · 0.95

Calls 2

formatLangMethod · 0.95
ErrorMethod · 0.65

Tested by

no test coverage detected