Application logging facilities abstraction.
More...
Include dependency graph for applog.h:
Go to the source code of this file.
Data Structures
Produces a dump of a buffer in a hexdump way with its code Ascii translation and relative buffer address.
More...
Application logger is a class that implements a logger that can be used by applications to save log file somewhere on the system.
More...
Functions
Manipulator for debug level.
More...
Manipulator for warn level.
More...
Manipulator for error level.
More...
Manipulator for emerg level.
More...
Manipulator for alert level.
More...
Manipulator for critical level.
More...
Manipulator for notice level.
More...
Manipulator for info level.
More...
Variables
alog global log stream definition
More...
Detailed Description
Application logging facilities abstraction.
Definition in file applog.h.
Function Documentation
Manipulator for alert level.
- Parameters
-
sl application logger stream
- Returns
- application logger stream
Definition at line 557 of file applog.h.
Manipulator for critical level.
- Parameters
-
sl application logger stream
- Returns
- application logger stream
Definition at line 565 of file applog.h.
Manipulator for debug level.
- Parameters
-
sl application logger stream
- Returns
- application logger stream
Definition at line 525 of file applog.h.
Manipulator for emerg level.
- Parameters
-
sl application logger stream
- Returns
- application logger stream
Definition at line 549 of file applog.h.
Manipulator for error level.
- Parameters
-
sl application logger stream
- Returns
- application logger stream
Definition at line 541 of file applog.h.
Manipulator for info level.
- Parameters
-
sl application logger stream
- Returns
- application logger stream
Definition at line 581 of file applog.h.
Manipulator for notice level.
- Parameters
-
sl application logger stream
- Returns
- application logger stream
Definition at line 573 of file applog.h.
Manipulator for warn level.
- Parameters
-
sl application logger stream
- Returns
- application logger stream
Definition at line 533 of file applog.h.
Variable Documentation
alog global log stream definition