ADTF  3.18.2
ILoggingabstract

Interface for the ADTF Logging Service. More...

Inheritance diagram for ILogging:
[legend]

Public Member Functions

 ADTF_IID (ILogging, "logging.ant.services.adtf.iid")
 Marks the IConsoleDevice to be castable with the adtf::ucom::ant::ucom_cast. More...
 
virtual tResult RegisterLogger (adtf::ucom::ant::ILogger &oLogger)=0
 Register a new logger. More...
 
virtual tResult UnregisterLogger (adtf::ucom::ant::ILogger &oLogger)=0
 Unregister a logger. More...
 
- Public Member Functions inherited from IObject
 ADTF_IID (IObject, "object.ant.ucom.adtf.iid")
 Marks the IObject to be castable with the ucom_cast() More...
 

Protected Member Functions

 ~ILogging ()=default
 Protected destructor --> Use implemented Destroy() instead of delete!
 
- Protected Member Functions inherited from IObject
 ~IObject ()=default
 Protected destructor --> Use implemented Destroy() instead of delete!
 

Detailed Description

Interface for the ADTF Logging Service.

Definition at line 20 of file logging_intf.h.

Member Function Documentation

◆ ADTF_IID()

ADTF_IID ( ILogging  ,
"logging.ant.services.adtf.iid"   
)

Marks the IConsoleDevice to be castable with the adtf::ucom::ant::ucom_cast.

See also
ADTF_IID(_interface, _striid)

◆ RegisterLogger()

virtual tResult RegisterLogger ( adtf::ucom::ant::ILogger oLogger)
pure virtual

Register a new logger.

Parameters
[in]oLoggerThe new logger.
Returns
Standard result.

◆ UnregisterLogger()

virtual tResult UnregisterLogger ( adtf::ucom::ant::ILogger oLogger)
pure virtual

Unregister a logger.

Parameters
[in]oLoggerThe logger.
Returns
Standard result.