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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly