18 #ifndef _LOG4CXX_HELPERS_OBJECTOUTPUTSTREAM_H
19 #define _LOG4CXX_HELPERS_OBJECTOUTPUTSTREAM_H
49 void writeUTFString(const std::
string&,
Pool& p);
50 void writeObject(const
MDC::Map& mdc,
Pool& p);
51 void writeInt(
int val,
Pool& p);
52 void writeLong(log4cxx_time_t val,
Pool& p);
53 void writeProlog(const
char* className,
54 int classDescIncrement,
60 enum { STREAM_MAGIC = 0xACED };
61 enum { STREAM_VERSION = 5 };
72 TC_ENDBLOCKDATA = 0x78,
77 SC_WRITE_METHOD = 0x01,
78 SC_SERIALIZABLE = 0x02
89 log4cxx::helpers::CharsetEncoderPtr utf8Encoder;
90 const unsigned int objectHandleDefault;
91 unsigned int objectHandle;
92 typedef std::map<std::string, unsigned int> ClassDescriptionMap;
93 ClassDescriptionMap* classDescriptions;
The MDC class is similar to the NDC class except that it is based on a map instead of a stack.
Definition: mdc.h:42
Emulates java serialization.
Definition: objectoutputstream.h:34
void writeByte(char val, Pool &p)
void writeBytes(const char *bytes, size_t len, Pool &p)
base class for java-like objects.
Definition: object.h:102
LOG4CXX_PTR_DEF(AppenderAttachableImpl)
Definition: appender.h:33
std::basic_string< logchar > LogString
Definition: logstring.h:66
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:153
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:26
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:147
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:141