Class Hierarchy
AcPlPlotLogger
C++
class AcPlPlotLogger;
File
AcPlPlotLogger.h
Description
This class is used by the application to journal the normal progress of a plot job. This class also receives notification of errors and warnings, along with their message content, from the AcPlPlotLoggingErrorHandler class.
The default AcPlPlotLogger service can be acquired from AcPlHostAppServices::getPlotLogger().
It is the responsibility of the plotting application to call startJob(), startSheet(), endSheet(), and endJob() explicitly.