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

Interface for logging. More...

#include <plugin_logging_intf.h>

Inheritance diagram for IPluginLogging:
[legend]

Public Member Functions

 ADTF_IID (IPluginLogging, "plugin_logging.ant.ucom.adtf.iid")
 Marks the IPluginLogger to be castable with the ucom_cast<>
 
virtual void SetLogger (ILogger *pLogger)=0
 Sets the current logger of a loaded plugin.
 
- 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

 ~IPluginLogging ()=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 logging.

This interface provides methods to set or get the LogLevel of a loaded plugin.

Definition at line 24 of file plugin_logging_intf.h.

Member Function Documentation

◆ ADTF_IID()

ADTF_IID ( IPluginLogging ,
"plugin_logging.ant.ucom.adtf.iid"  )

Marks the IPluginLogger to be castable with the ucom_cast<>

See also
ADTF_IID(_interface, _striid)

◆ SetLogger()

virtual void SetLogger ( ILogger * pLogger)
pure virtual

Sets the current logger of a loaded plugin.

Parameters
[in]pLoggerlogger instances, which must be valid whole time the plugin is loaded
Returns
void