LogType Enumeration

Summary

Specifies the type of log message.

Syntax
C#
VB
C++
public enum LogType  
  
Public Enum LogType  
   Inherits System.Enum 
public enum class LogType  

Members
ValueMemberDescription
0ErrorError message.
1WarningWarning message.
2InformationInformational message.
3DebugDebug message.

Remarks

For more information, refer to Programming with LEADTOOLS Logging.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.