LogLevel Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: RavingBots.MultiInput
public enum LogLevel
Member name | Value | Description | |
---|---|---|---|
DebugVerbose | 0 | Really verbose messages (used by the debug version of this library). | |
Debug | 1 | Verbose messages (used by the debug version of this library). | |
Info | 2 | Information messages. | |
Warning | 3 | Warnings. | |
Error | 4 | Errors. | |
None | 5 | Highest possible value, used to disable logging. |