libkipr  1.0.0
kipr::log Namespace Reference

Classes

struct  Flush
 
struct  Location
 
class  LogStream
 
class  Log
 

Enumerations

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

Variables

const Flush flush
 

Enumeration Type Documentation

◆ Level

enum kipr::log::Level : char
strong
Enumerator
Fatal 
Error 
Warning 
Info 
Debug 
Verbose 

Variable Documentation

◆ flush

const Flush kipr::log::flush
extern