Enum LogSeverity
Describes the severity of a log entry.
Namespace: Phoenix.Logger
Assembly: Phoenix.Abstractions.Logger.dll
Syntax
public enum LogSeverity
Fields
Name | Description |
---|---|
Critical | Critical default color set to yellow. |
Information | Information log entries are colored according to the category color and are only logged to disk if the logger is set to verbose or a log entry save is requested. |
Verbose | Verbose log entries are only processed if the user requests to see them. |