5 #if UTL_HOST_OS != UTL_OS_MINGW 10 #include <libutl/BufferedStream.h> 11 #include <libutl/String.h> 46 open(ident, facility, level);
90 virtual void overflow();
int getFacility()
Get the facility.
int getLevel()
Get the level.
void deInit()
De-initialize UTL++.
void setLevel(int level)
Set the level.
void setFacility(int facility)
Set the facility.
#define UTL_CLASS_DECL(DC, BC)
Declaration of standard UTL++ functionality for a non-template class.
SyslogStream(const String &ident, int facility, int level=int_t_max)
Constructor.
const int_t int_t_max
Maximum int_t value.
#define ABORT()
Immediately terminates the program.
#define UTL_CLASS_NO_COPY
Declare that a class cannot do copy().
virtual void underflow()
Read from the underlying stream into the input buffer.
void init()
Initialize UTL++.