Represents the severity level of a log message.
This is used to control the verbosity of logging output and to categorize messages based on their importance.
Designates fine-grained informational events that are most useful to debug an application.
Designates informational messages that highlight the progress of the application at a coarse-grained level.
Designates potentially harmful situations or warnings that do not prevent the application from continuing.
Designates error events that might still allow the application to continue running.
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.