ADTF  3.18.2
ILoggerabstract

Interface for a logger. More...

Public Member Functions

virtual void AddEntry (const adtf::util::log::tLogEntry &sEntry)=0
 Adds a new entry to the logger. More...
 

Detailed Description

Interface for a logger.

Definition at line 21 of file logger_intf.h.

Member Function Documentation

◆ AddEntry()

virtual void AddEntry ( const adtf::util::log::tLogEntry &  sEntry)
pure virtual

Adds a new entry to the logger.

Parameters
[in]sEntryEntry to add to the logger.