Click or drag to resize

LogLevel Enumeration

The log level currently in use.

Namespace:  UMod.Shared
Assembly:  UMod-Shared (in UMod-Shared.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum LogLevel
Members
  Member nameValueDescription
None0 Nothing should be logged.
Exceptions1 Only exceptions and errors should be logged.
Errors2 Only errors should be logged.
Warnings3 Only warnings, exceptions and errors should be logged.
All4 Everything should be logged.
See Also