pCon.planner Plugin SDK  Version 8.9
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
X3g::Plugin::LogEventArgs Class Reference

Arguments for log event. More...

Inherits EventArgs.

Public Member Functions

void SetSilent ()
 Allows to suppress application message dialog for all messages except fatal. More...
 

Properties

LogLevel Level [get]
 Severity of log message. More...
 
System::String^  Message [get]
 The message to be logged. More...
 
System::String^  Scope [get]
 Context in which log message was raised. More...
 

Detailed Description

Arguments for log event.

Member Function Documentation

void X3g::Plugin::LogEventArgs::SetSilent ( )

Allows to suppress application message dialog for all messages except fatal.

Property Documentation

LogLevel X3g::Plugin::LogEventArgs::Level
get

Severity of log message.

System:: String^ X3g::Plugin::LogEventArgs::Message
get

The message to be logged.

System:: String^ X3g::Plugin::LogEventArgs::Scope
get

Context in which log message was raised.