.TH "applog.h" 3 "Wed Oct 31 2018" "GNU CommonC++" \" -*- nroff -*- .ad l .nh .SH NAME applog.h \- Application logging facilities abstraction\&. .SH SYNOPSIS .br .PP \fC#include \fP .br \fC#include \fP .br \fC#include \fP .br \fC#include \fP .br \fC#include \fP .br \fC#include \fP .br .SS "Classes" .in +1c .ti -1c .RI "class \fBost::HEXdump\fP" .br .RI "Produces a dump of a buffer in a hexdump way with its code Ascii translation and relative buffer address\&. " .ti -1c .RI "class \fBost::AppLog\fP" .br .RI "Application logger is a class that implements a logger that can be used by applications to save log file somewhere on the system\&. " .ti -1c .RI "class \fBost::AppLog::Ident\fP" .br .RI "\fBIdent\fP class that represents module name\&. " .in -1c .SS "Namespaces" .in +1c .ti -1c .RI " \fBost\fP" .br .in -1c .SS "Functions" .in +1c .ti -1c .RI "\fB__EXPORT\fP AppLog & \fBost::debug\fP (AppLog &sl)" .br .RI "Manipulator for debug level\&. " .ti -1c .RI "\fB__EXPORT\fP AppLog & \fBost::warn\fP (AppLog &sl)" .br .RI "Manipulator for warn level\&. " .ti -1c .RI "\fB__EXPORT\fP AppLog & \fBost::error\fP (AppLog &sl)" .br .RI "Manipulator for error level\&. " .ti -1c .RI "\fB__EXPORT\fP AppLog & \fBost::emerg\fP (AppLog &sl)" .br .RI "Manipulator for emerg level\&. " .ti -1c .RI "\fB__EXPORT\fP AppLog & \fBost::alert\fP (AppLog &sl)" .br .RI "Manipulator for alert level\&. " .ti -1c .RI "\fB__EXPORT\fP AppLog & \fBost::critical\fP (AppLog &sl)" .br .RI "Manipulator for critical level\&. " .ti -1c .RI "\fB__EXPORT\fP AppLog & \fBost::notice\fP (AppLog &sl)" .br .RI "Manipulator for notice level\&. " .ti -1c .RI "\fB__EXPORT\fP AppLog & \fBost::info\fP (AppLog &sl)" .br .RI "Manipulator for info level\&. " .in -1c .SS "Variables" .in +1c .ti -1c .RI "\fB__EXPORT\fP AppLog \fBost::alog\fP" .br .RI "alog global log stream definition " .in -1c .SH "Detailed Description" .PP Application logging facilities abstraction\&. .SH "Author" .PP Generated automatically by Doxygen for GNU CommonC++ from the source code\&.