18 #ifndef _LOG4CXX_HELPERS_SOCKET_OUTPUT_STREAM_H 19 #define _LOG4CXX_HELPERS_SOCKET_OUTPUT_STREAM_H 22 #pragma warning ( push ) 23 #pragma warning ( disable: 4231 4251 4275 4786 ) 27 #include <log4cxx/logstring.h> 28 #include <log4cxx/helpers/outputstream.h> 29 #include <log4cxx/helpers/socket.h> 35 LOG4CXX_LIST_DEF(ByteList,
unsigned char);
41 BEGIN_LOG4CXX_CAST_MAP()
44 END_LOG4CXX_CAST_MAP()
49 virtual void close(
Pool& p);
50 virtual void flush(
Pool& p);
69 #pragma warning ( pop ) 74 #endif // _LOG4CXX_HELPERS_SOCKET_OUTPUT_STREAM_H Abstract class for writing to character streams.
Definition: outputstream.h:36
Definition: socketoutputstream.h:37
A byte buffer.
Definition: bytebuffer.h:33
Definition: appender.h:33