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

Function Error

util/logger/logger.go:328–331  ·  view source on GitHub ↗

Error emits an ERROR level log message

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

Source from the content-addressed store, hash-verified

326
327// Error emits an ERROR level log message
328func Error(format string, v ...interface{}) {
329
330 Default.Error(format, v...)
331}
332
333// Fatal emits a FATAL level log message
334func Fatal(format string, v ...interface{}) {

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.80

Tested by

no test coverage detected