←Select platform

LogType Enumeration

Summary

Specifies the severity level of the log.

Syntax

C#
VB
C++
public enum LogType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Logging Assembly
Click or drag to resize