Defines the severity levels for log events, ordered from least to most severe.
Detailed information, typically only useful during development.
Debugging information.
General operational information.
Potential issues or important but non-critical occurrences.
Errors and failures that should be investigated.
Severe errors that will lead to application termination.
Special level used to turn off all logging.
A visual indicator associated with the level, used by formatters that have emoji output enabled.
Returns a representation of an immutable list of all enum entries, in the order they're declared.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.