MCPcopy
hub / github.com/moonD4rk/HackBrowserData / Error

Function Error

log/log.go:36–38  ·  view source on GitHub ↗
(args ...any)

Source from the content-addressed store, hash-verified

34}
35
36func Error(args ...any) {
37 defaultLogger.logMsg(ErrorLevel, fmt.Sprint(args...))
38}
39
40func Errorf(format string, args ...any) {
41 defaultLogger.logMsg(ErrorLevel, fmt.Sprintf(format, args...))

Callers

nothing calls this directly

Calls 1

logMsgMethod · 0.80

Tested by

no test coverage detected