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

This class helps to use logging mechanism of pCon.planner. More...

Public Member Functions

void WriteToLog (System::String^ pText)
 Write a debug info into the pCon.planner log file. More...
 
void AddFileToCrashReport (System::String^ pFileName)
 Add a file to the crash report. More...
 

Events

LogEventHandler^  Logging [add, remove, raise]
 Fired before message is handled by application logger. More...
 

Detailed Description

This class helps to use logging mechanism of pCon.planner.

Member Function Documentation

void X3g::Plugin::Logger::AddFileToCrashReport ( System::String^  pFileName)

Add a file to the crash report.

void X3g::Plugin::Logger::WriteToLog ( System::String^  pText)

Write a debug info into the pCon.planner log file.

Event Documentation

LogEventHandler^ X3g::Plugin::Logger::Logging
addremoveraise

Fired before message is handled by application logger.