Enum LogLevel
Defines the severity levels used by the PolySpatial logging system, from most severe to most verbose.
Namespace: Unity.PolySpatial
Assembly: Unity.PolySpatial.Core.dll
Syntax
public enum LogLevel
Fields
| Name | Description |
|---|---|
| Assert | An assertion failure indicating a violated assumption. |
| Debug | A verbose diagnostic message intended for development. |
| Debug1 | A very verbose diagnostic message (development only). |
| Debug2 | An extremely verbose diagnostic message (development only). |
| Debug3 | The most verbose diagnostic message level (development only). |
| Error | A recoverable error or failure condition. |
| Exception | A fatal error represented by an exception condition. |
| Log | A general informational message. |
| Warning | A warning about a potential issue or non-fatal problem. |