Share

AcPlPlotErrorHandler::logMessage

C++

virtual ACPL_PORT void logMessage(
    const ACHAR * pTitle, 
    const ACHAR * pMsg
);

Description

Logs a message to the log file.

Parameters

Parameters Description
pTitle Input pointer to the string containing the title
pMsg Input pointer to the string containing the message

Links

AcPlPlotErrorHandler

Was this information helpful?