libcommonc++  0.7
LogFormat.h++ File Reference
#include <commonc++/Common.h++>
#include <commonc++/Buffer.h++>
#include <commonc++/DateTimeFormat.h++>
#include <commonc++/String.h++>
#include <cstdio>
#include <cstdarg>
#include <vector>
Include dependency graph for LogFormat.h++:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LogFormat
 A log message formatter. More...
 

Namespaces

 ccxx
 

Enumerations

enum  LogLevel { LogDebug = 1 << 0, LogInfo = 1 << 1, LogWarning = 1 << 2, LogError = 1 << 3 }
 Logging levels. More...