Enum LogLevel
How critical a log entry is.
Namespace: RuriLib
Assembly: RuriLib.dll
Syntax
public enum LogLevel
Fields
| Name | Description |
|---|---|
| Error | An error message. |
| Info | An informational message. |
| Warning | A warning message. |
How critical a log entry is.
public enum LogLevel
| Name | Description |
|---|---|
| Error | An error message. |
| Info | An informational message. |
| Warning | A warning message. |