LogType Enumeration

Summary
Specifies the severity level of the log.
Syntax
C#
VB
C++
public enum LogType 
  
Public Enum LogType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class LogType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0ErrorRepresents an error log level.
1WarningRepresents a warning log level.
2InformationRepresents an information log level.
3DebugRepresents a debug log level.
4AuditRepresents an audit log level.
Example

For an example refer to Logger.Log

Requirements

Target Platforms

See Also

Reference

Leadtools.Logging Namespace

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

Leadtools.Logging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.