Click or drag to resize
LogLevel Enumeration
Defines constants for specifying the logging levels.

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
[SerializableAttribute]
public enum LogLevel
Members
  Member nameValueDescription
None0 No log messages
Error1 Error conditions
Warning2 Warning conditions
Information3 Informational messages
Debug4 Debug-level messages
Trace5 Trace-level messages
See Also