Classes | Namespaces | Macros | Functions
Logger.h File Reference
#include <iostream>
Include dependency graph for Logger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sawyer::Logger
 

Namespaces

 sawyer
 

Macros

#define CPR_DTL()   CPR_LOG(sawyer::Logger::DETAIL)
 
#define CPR_ERR()   CPR_LOG(sawyer::Logger::ERROR)
 
#define CPR_EXCEPT()   (sawyer::Logger::instance().entry(sawyer::Logger::EXCEPTION))
 
#define CPR_INFO()   CPR_LOG(sawyer::Logger::INFO)
 
#define CPR_LOG(level)   (sawyer::Logger::instance().entry((level), __FILE__, __LINE__ ))
 
#define CPR_WARN()   CPR_LOG(sawyer::Logger::WARNING)
 

Functions

void sawyer::loggerTermHandler (int signal)
 

Macro Definition Documentation

#define CPR_DTL ( )    CPR_LOG(sawyer::Logger::DETAIL)

Definition at line 100 of file Logger.h.

#define CPR_ERR ( )    CPR_LOG(sawyer::Logger::ERROR)

Definition at line 96 of file Logger.h.

#define CPR_EXCEPT ( )    (sawyer::Logger::instance().entry(sawyer::Logger::EXCEPTION))

Definition at line 97 of file Logger.h.

#define CPR_INFO ( )    CPR_LOG(sawyer::Logger::INFO)

Definition at line 99 of file Logger.h.

#define CPR_LOG (   level)    (sawyer::Logger::instance().entry((level), __FILE__, __LINE__ ))

Definition at line 95 of file Logger.h.

#define CPR_WARN ( )    CPR_LOG(sawyer::Logger::WARNING)

Definition at line 98 of file Logger.h.



roch_base
Author(s): Mike Purvis , Paul Bovbel , Chen
autogenerated on Mon Jun 10 2019 14:41:14