Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

slog.h File Reference

#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


Typedef Documentation

typedef enum slog_class_t slog_class_t
 

typedef enum slog_level_t slog_level_t
 


Enumeration Type Documentation

enum slog_class_t
 

Enumeration values:
SLOG_SECURITY  
SLOG_AUDIT  
SLOG_DAEMON  
SLOG_USER  
SLOG_DEFAULT  

enum slog_level_t
 

Enumeration values:
SLOG_EMERGENCY  
SLOG_ALERT  
SLOG_CRITICAL  
SLOG_ERROR  
SLOG_WARNING  
SLOG_NOTICE  
SLOG_INFO  
SLOG_DEBUG  


Variable Documentation

Slog slog
 


Generated at Tue Nov 20 12:34:33 2001 for CommonC++ by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001