←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly