|
libcommonc++
0.7
|
#include <commonc++/Common.h++>#include <commonc++/Buffer.h++>#include <commonc++/DateTimeFormat.h++>#include <commonc++/String.h++>#include <cstdio>#include <cstdarg>#include <vector>

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... | |