MCPcopy
hub / github.com/g3n/engine / Error

Method Error

util/logger/logger.go:187–190  ·  view source on GitHub ↗

Error emits an ERROR level log message

(format string, v ...interface{})

Source from the content-addressed store, hash-verified

185
186// Error emits an ERROR level log message
187func (l *Logger) Error(format string, v ...interface{}) {
188
189 l.Log(ERROR, format, v...)
190}
191
192// Fatal emits a FATAL level log message
193func (l *Logger) Fatal(format string, v ...interface{}) {

Callers 8

RenderSetupMethod · 0.80
onScrollMethod · 0.80
parseFloatsMethod · 0.80
onListChangeMethod · 0.80
MustAssetFunction · 0.80
ConvexConvexMethod · 0.80
TestFunction · 0.80
ErrorFunction · 0.80

Calls 1

LogMethod · 0.95

Tested by 1

TestFunction · 0.64