libkipr  1.0.0
log.hpp File Reference
#include <sstream>
#include <memory>

Go to the source code of this file.

Classes

struct  kipr::log::Flush
 
struct  kipr::log::Location
 
class  kipr::log::LogStream
 
class  kipr::log::Log
 
struct  std::hash< kipr::log::Level >
 

Namespaces

 kipr
 
 kipr::log
 
 std
 

Enumerations

enum class  kipr::log::Level : char {
  kipr::log::Fatal = '!' , kipr::log::Error = 'E' , kipr::log::Warning = 'W' , kipr::log::Info = 'I' ,
  kipr::log::Debug = 'D' , kipr::log::Verbose = 'V'
}
 

Variables

const Flush kipr::log::flush