MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / Fatal

Function Fatal

logger/logger.go:62–65  ·  view source on GitHub ↗
(msg string, args ...any)

Source from the content-addressed store, hash-verified

60}
61
62func Fatal(msg string, args ...any) {
63 slog.Log(context.Background(), LevelCritical, msg, args...)
64 os.Exit(1)
65}
66
67// Deprecated prints a deprecation warning message.
68// If the IMGPROXY_FAIL_ON_DEPRECATION environment variable is truthy,

Callers 2

mainFunction · 0.92
DeprecatedFunction · 0.85

Calls 2

LogMethod · 0.80
BackgroundMethod · 0.80

Tested by

no test coverage detected