IBR-DTNSuite  0.10
SyslogStream.h File Reference
#include <vector>
#include <syslog.h>
#include <iostream>
#include <string.h>
Include dependency graph for SyslogStream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ibrcommon::SyslogStream
 

Namespaces

namespace  ibrcommon
 

Enumerations

enum  ibrcommon::SyslogPriority {
  ibrcommon::SYSLOG_EMERG = LOG_EMERG, ibrcommon::SYSLOG_ALERT = LOG_ALERT, ibrcommon::SYSLOG_CRIT = LOG_CRIT, ibrcommon::SYSLOG_ERR = LOG_ERR,
  ibrcommon::SYSLOG_WARNING = LOG_WARNING, ibrcommon::SYSLOG_NOTICE = LOG_NOTICE, ibrcommon::SYSLOG_INFO = LOG_INFO, ibrcommon::SYSLOG_DEBUG = LOG_DEBUG
}
 

Functions

std::ostream & ibrcommon::operator<< (std::ostream &stream, const SyslogPriority &prio)