|
Bayonne2 / Common C++ 2 Framework
|
Application logging facilities abstraction. More...
#include <cc++/slog.h>#include <cc++/exception.h>#include <string>#include <sstream>#include <iostream>#include <map>
Go to the source code of this file.
Data Structures | |
| class | HEXdump |
| Produces a dump of a buffer in a hexdump way with its code Ascii translation and relative buffer address. More... | |
| class | AppLog |
| Application logger is a class that implements a logger that can be used by applications to save log file somewhere on the system. More... | |
| class | AppLog::Ident |
| Ident class that represents module name. More... | |
Functions | |
| __EXPORT AppLog & | debug (AppLog &sl) |
| Manipulator for debug level. More... | |
| __EXPORT AppLog & | warn (AppLog &sl) |
| Manipulator for warn level. More... | |
| __EXPORT AppLog & | error (AppLog &sl) |
| Manipulator for error level. More... | |
| __EXPORT AppLog & | emerg (AppLog &sl) |
| Manipulator for emerg level. More... | |
| __EXPORT AppLog & | alert (AppLog &sl) |
| Manipulator for alert level. More... | |
| __EXPORT AppLog & | critical (AppLog &sl) |
| Manipulator for critical level. More... | |
| __EXPORT AppLog & | notice (AppLog &sl) |
| Manipulator for notice level. More... | |
| __EXPORT AppLog & | info (AppLog &sl) |
| Manipulator for info level. More... | |
Variables | |
| __EXPORT AppLog | alog |
| alog global log stream definition More... | |
Application logging facilities abstraction.
Definition in file applog.h.
1.8.6