#include <cc++/config.h>
#include <cc++/thread.h>
#include <fstream>
#include <iostream>
#include <strstream>
Go to the source code of this file.
Compounds | |
class | Slog |
The slog class is used to stream messages to the system logging fascility. system logging fascility class. More... | |
Typedefs | |
typedef enum slog_class_t | slog_class_t |
typedef enum slog_level_t | slog_level_t |
Enumerations | |
enum | slog_class_t { SLOG_SECURITY, SLOG_AUDIT, SLOG_DAEMON, SLOG_USER, SLOG_DEFAULT } |
enum | slog_level_t { SLOG_EMERGENCY = 1, SLOG_ALERT, SLOG_CRITICAL, SLOG_ERROR, SLOG_WARNING, SLOG_NOTICE, SLOG_INFO, SLOG_DEBUG } |
Variables | |
Slog | slog |
|
|
|
|
|
|
|
|
|
|