CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdLoggerBase Class Referenceabstract

#include <OdLoggerBase.h>

Public Member Functions

virtual void logMessage (const OdString &msg)=0
 
virtual void logWarning (const OdString &wrn)=0
 
virtual void logError (const OdString &err)=0
 

Detailed Description

This abstract class for rendering process of device logging. Corresponding C++ library: TD_Gs <group Other_Classes>

Definition at line 34 of file OdLoggerBase.h.

Member Function Documentation

◆ logError()

virtual void OdLoggerBase::logError ( const OdString & err)
pure virtual

Log error.

Parameters
err[in] Error string.

◆ logMessage()

virtual void OdLoggerBase::logMessage ( const OdString & msg)
pure virtual

Log message.

Parameters
msg[in] Message string.

◆ logWarning()

virtual void OdLoggerBase::logWarning ( const OdString & wrn)
pure virtual

Log warning.

Parameters
wrn[in] Warning string.

The documentation for this class was generated from the following file: