ADTF
Loading...
Searching...
No Matches
logger_intf.h
Go to the documentation of this file.
1
7
8#pragma once
9#include <a_utils/std/log.h>
10
11namespace adtf
12{
13namespace ucom
14{
15namespace ant
16{
17
21class DOEXPORT ILogger
22{
23 public:
28 virtual void AddEntry(const util::log::tLogEntry& sEntry) = 0;
29};
30
31}//namespace ant
32
33using ant::ILogger;
34
35}//namespace ucom
36}//namespace adtf
Definition logger_intf.h:22
virtual void AddEntry(const util::log::tLogEntry &sEntry)=0
Namespace for all functionality of the ADTF UCOM SDK provided since v3.0.
Definition test_runtime.h:14
Namespace for the ADTF uCOM SDK.
Definition adtf_system.h:324
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtf_client_connector.h:14