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

Function Errorf

log/log.go:40–42  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

38}
39
40func Errorf(format string, args ...any) {
41 defaultLogger.logMsg(ErrorLevel, fmt.Sprintf(format, args...))
42}
43
44func Fatal(args ...any) {
45 defaultLogger.logMsg(FatalLevel, fmt.Sprint(args...))

Callers 3

BuildFromDumpFunction · 0.92
discoverFromConfigsFunction · 0.92
extractAndWriteFunction · 0.92

Calls 1

logMsgMethod · 0.80

Tested by

no test coverage detected