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

Method Fatalf

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

Source from the content-addressed store, hash-verified

95}
96
97func (l *Logger) Fatalf(format string, args ...any) {
98 l.logMsg(FatalLevel, fmt.Sprintf(format, args...))
99 osExit(1)
100}
101
102// Base is the interface that underlies the Logger. It receives the caller
103// skip count, log level, and formatted message.

Calls 1

logMsgMethod · 0.95