Click or drag to resize
LogType Enumeration
The type of the logging

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public enum LogType
Members
  Member nameValueDescription
EnterMethod0 Logging when the method starts
ExitMethod1 Logging when the method ends
HardwareInfo2 Hardware information logging
Message3 Message logging
See Also