Interface for a logger. More...
#include <logger_intf.h>
Public Member Functions | |
virtual void | AddEntry (const adtf::util::log::tLogEntry &sEntry)=0 |
Adds a new entry to the logger. | |
Interface for a logger.
Definition at line 21 of file logger_intf.h.
|
pure virtual |
Adds a new entry to the logger.
[in] | sEntry | Entry to add to the logger. |