C#
VB
C++
Gets or sets the type of the log entry.
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 );
}
The type of the log entry.
The log type specifies the severity of the log entry. For more information, refer to LogType
For an example refer to Log
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET