LogMessageLogLevel Enumeration |
Namespace: Demo3D.Common
public enum LogLevel
| Member name | Value | Description | |
|---|---|---|---|
| Detailed | 0 | Detailed diagnostics. | |
| Diag | 1 | Diagnostics. | |
| Normal | 2 | Component specific information. | |
| Info | 3 | General information. | |
| Warning | 4 | Warning. | |
| Alert | 5 | Alert. | |
| Error | 6 | Error. |