effect-io-ai

Package: effect
Module: LogLevel

LogLevel.Severity

Log levels that represent actual message severities, excluding the All and None sentinel levels.

When to use

Use when typing emitted log message severities, such as explicit log calls, current log level references, or error-report severity annotations, where All and None are not valid values.

See

Signature

type Severity = "Fatal" | "Error" | "Warn" | "Info" | "Debug" | "Trace"

Source

Since v4.0.0