ADTF  3.18.2
logger_intf.h
Go to the documentation of this file.
1 
8 #ifndef _ADTF_UCOM_ANT_LOGGER_INTERFACE_INCLUDES_HEADER_
9 #define _ADTF_UCOM_ANT_LOGGER_INTERFACE_INCLUDES_HEADER_
10 
11 namespace adtf
12 {
13 namespace ucom
14 {
15 namespace ant
16 {
17 
21 class DOEXPORT ILogger
22 {
23  public:
28  virtual void AddEntry(const adtf::util::log::tLogEntry& sEntry) = 0;
29 };
30 
31 }//namespace ant
32 
33 using ant::ILogger;
34 
35 }//namespace ucom
36 }//namespace adtf
37 
38 #endif //_ADTF_UCOM_ANT_CONSOLE_INTERFACE_INCLUDES_HEADER_
Interface for a logger.
Definition: logger_intf.h:22
virtual void AddEntry(const adtf::util::log::tLogEntry &sEntry)=0
Adds a new entry to the logger.
Namespace for entire ADTF SDK.