Click or drag to resize

LogLevel Enumeration

[This is preliminary documentation and is subject to change.]

Logging level constants.

Namespace:  RavingBots.MultiInput
Assembly:  RavingBots.MultiInput (in RavingBots.MultiInput.dll) Version: 0.12
Syntax
C#
public enum LogLevel
Members
  Member nameValueDescription
DebugVerbose0 Really verbose messages (used by the debug version of this library).
Debug1 Verbose messages (used by the debug version of this library).
Info2 Information messages.
Warning3 Warnings.
Error4 Errors.
None5 Highest possible value, used to disable logging.
See Also