client-cpp  0.0.1-SNAPSHOT
ILogger.hpp File Reference
#include <boost/smart_ptr/shared_ptr.hpp>
+ Include dependency graph for ILogger.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kaa::ILogger
 

Namespaces

 kaa
 

Typedefs

typedef boost::shared_ptr
< ILogger > 
kaa::LoggerPtr
 

Enumerations

enum  kaa::LogLevel {
  kaa::LogLevel::FINE_TRACE = 0, kaa::LogLevel::DEBUG, kaa::LogLevel::TRACE, kaa::LogLevel::INFO,
  kaa::LogLevel::WARNING, kaa::LogLevel::ERROR, kaa::LogLevel::FATAL
}