|
ADTF
|
#include <logging_intf.h>
Inherits adtf::ucom::ant::IObject.
Public Member Functions | |
| ADTF_IID (ILogging, "logging.ant.services.adtf.iid") | |
| virtual tResult | RegisterLogger (adtf::ucom::ant::ILogger &oLogger)=0 |
| virtual tResult | UnregisterLogger (adtf::ucom::ant::ILogger &oLogger)=0 |
Public Member Functions inherited from adtf::ucom::ant::IObject | |
| ADTF_IID (IObject, "object.ant.ucom.adtf.iid") | |
Protected Member Functions | |
| ~ILogging ()=default | |
| Protected destructor --> Only the final implementation can be destroyed! | |
Protected Member Functions inherited from adtf::ucom::ant::IObject | |
| ~IObject ()=default | |
| Protected destructor --> Only the final implementation can be destroyed! | |
Interface for the ADTF Logging Service
| adtf::services::ant::ILogging::ADTF_IID | ( | ILogging | , |
| "logging.ant.services.adtf.iid" | ) |
Marks the IConsoleDevice to be castable with the adtf::ucom::ant::ucom_cast
|
pure virtual |
Register a new logger.
| [in] | oLogger | The new logger. |
|
pure virtual |
Unregister a logger.
| [in] | oLogger | The logger. |