ANNA Suite  2020b
Multipurpose development suite for Telco applications
TraceLogger.hpp
Go to the documentation of this file.
1 // ANNA - Anna is Not Nothingness Anymore //
2 // //
3 // (c) Copyright 2005-2015 Eduardo Ramos Testillano & Francisco Ruiz Rayo //
4 // //
5 // See project site at http://redmine.teslayout.com/projects/anna-suite //
6 // See accompanying file LICENSE or copy at http://www.teslayout.com/projects/public/anna.LICENSE //
7 
8 
9 #ifndef anna_core_tracing_TraceLogger_hpp
10 #define anna_core_tracing_TraceLogger_hpp
11 
13 
14 namespace anna {
15 
30 class TraceLogger : public Logger::Writer {
31 private:
38  void initialize(const char* ident) ;
39 
46  void do_write(int level, const char* text, ...) ;
47 };
48 
49 }
50 
51 #endif
52 
53 
Definition: TraceLogger.hpp:30
Definition: Logger.hpp:53
Definition: app.hpp:12