←Select platform

LogType Property

Summary

Gets or sets the type of the log entry.

Syntax

C#
VB
C++
public LogType LogType { get; set; } 
  
Public Property LogType As Leadtools.Logging.LogType 
public: 
property Leadtools.Logging.LogType LogType { 
   Leadtools.Logging.LogType get(); 
   void set (    Leadtools.Logging.LogType ); 
} 

Property Value

The type of the log entry.

Remarks

The log type specifies the severity of the log entry. For more information, refer to LogType

Example

For an example refer to Log

Requirements

Target Platforms

See Also

Reference

LogEntry Class

LogEntry Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly