Wolframe, 0.0.3

logSyslogFacility.hpp File Reference

Defines facilities of the system logger. More...

#include <string>
#include <iosfwd>

Go to the source code of this file.

Classes

class  _Wolframe::log::SyslogFacility
 Facility (sink) for syslog. More...
 

Namespaces

 _Wolframe
 Toplevel Wolframe namespace.
 
 _Wolframe::log
 Logger structures (implemented in the core library libwfsingleton)
 

Macros

#define WOLFRAME_EXPORT
 

Functions

template<typename CharT , typename TraitsT >
std::basic_ostream< CharT,
TraitsT > & 
_Wolframe::log::operator<< (std::basic_ostream< CharT, TraitsT > &s, SyslogFacility::Facility f)
 map enum values to strings More...
 

Detailed Description

Defines facilities of the system logger.

Macro Definition Documentation

#define WOLFRAME_EXPORT