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 nameValueDescription
None0No logging.
Errors1Only log errors.
Warnings2Like Errors plus warnings.
Relevant3Like Warnings plus relevant information.
Verbose4All loggable information.

See Also

Reference

UltimateXR.Core Namespace