MADARA  3.2.3
GlobalLogger.h
Go to the documentation of this file.
1 
2 #ifndef _MADARA_LOGGER_GLOBAL_LOGGER_H_
3 #define _MADARA_LOGGER_GLOBAL_LOGGER_H_
4 
5 #include "madara/MadaraExport.h"
7 #include "Logger.h"
8 
9 namespace madara
10 {
11  namespace logger
12  {
14  }
15 }
16 
17 #endif // _MADARA_LOGGER_GLOBAL_LOGGER_H_
MADARA_EXPORT utility::Refcounter< logger::Logger > global_logger
Provides knowledge logging services to files and terminals.
Definition: GlobalLogger.h:11
Copyright (c) 2015 Carnegie Mellon University.
This template class provides transparent reference counting of its template parameter T...
Definition: IteratorImpl.h:17