ucommon
|
Application logging facilities abstraction. More...
#include <commoncpp/slog.h>
#include <commoncpp/exception.h>
#include <string>
#include <sstream>
#include <iostream>
#include <map>
Go to the source code of this file.
Data Structures | |
class | ost::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 | ost::AppLog::Ident |
Ident class that represents module name. More... | |
class | ost::AppLogException |
Applog exception, used for memory problems at the moment. More... | |
class | ost::HEXdump |
Produces a dump of a buffer in a hexdump way with its code Ascii translation and relative buffer address. More... | |
Variables | |
AppLog | ost::alog |
alog global log stream definition | |
Application logging facilities abstraction.
Definition in file applog.h.