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 LogType 
public: 
property LogType LogType { 
   LogType get(); 
   void set (    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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly