ADTF
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ILoggingabstract

Interface for the ADTF Logging Service. More...

#include <logging_intf.h>

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.
 
virtual tResult RegisterLogger (adtf::ucom::ant::ILogger &oLogger)=0
 Register a new logger.
 
virtual tResult UnregisterLogger (adtf::ucom::ant::ILogger &oLogger)=0
 Unregister a logger.
 
- Public Member Functions inherited from IObject
 ADTF_IID (IObject, "object.ant.ucom.adtf.iid")
 Marks the IObject to be castable with the ucom_cast()
 

Protected Member Functions

 ~ILogging ()=default
 Protected destructor --> Only the final implementation can be destroyed!
 
- Protected Member Functions inherited from IObject
 ~IObject ()=default
 Protected destructor --> Only the final implementation can be destroyed!
 

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.