[This is preliminary documentation and is subject to change.]
The level of logging.
| C# | Visual Basic | Managed C++ | J# |
public enum LogLevelType
Public Enumeration LogLevelType
public enum class LogLevelType
public enum LogLevelType
| Member | Description |
|---|---|
| Debug |
Lots of logging.
|
| Normal |
A little logging.
|
| None |
No logging at all.
|