UxrLogLevel Enumeration
Enumerates the different log levels
Namespace: UltimateXR.Core
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrLogLevel
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No logging. | |
Errors | 1 | Only log errors. | |
Warnings | 2 | Like Errors plus warnings. | |
Relevant | 3 | Like Warnings plus relevant information. | |
Verbose | 4 | All loggable information. |