Class Hierarchy
AcHeapOperators AcRxObject AcPlObject AcPlPlotErrorHandler AcPlPlotLoggingErrorHandler
C++
class AcPlPlotLoggingErrorHandler : public AcPlPlotErrorHandler;
File
AcPlPlotLoggingErrorHandler.h
Description
This class is a specialization of the AcPlPlotErrorHandler class that performs logging operations using an AcPlPlotLogger interface. In all other respects, this class behaves exactly the same as the AcPlPlotErrorHandler class.
Note
When instantiating this class, use the constructor that accepts an AcPlPlotLogger* as an argument.
Links
AcPlPlotLoggingErrorHandler Constructor, AcPlPlotLoggingErrorHandler Methods