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

Method Errorf

log/logger.go:88–90  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

86}
87
88func (l *Logger) Errorf(format string, args ...any) {
89 l.logMsg(ErrorLevel, fmt.Sprintf(format, args...))
90}
91
92func (l *Logger) Fatal(args ...any) {
93 l.logMsg(FatalLevel, fmt.Sprint(args...))

Callers 15

TestLoggerErrorfFunction · 0.95
WriteArchiveFunction · 0.80
TestBuildDump_EmptyFunction · 0.80
TestKindDumpRoundTripFunction · 0.80
TestRetrieversFromKeysFunction · 0.80

Calls 1

logMsgMethod · 0.95