Went ahead and added the following line to the end of the
XMLSocketAppender::renderEvent() method:

    os1->write(output)

and it is now sending out the xml event info (although it still isn't
displaying properly in chainsaw).  Not sure why this line wasn't already
there (almost the same line was commented out in the original source).



Marc Rossi wrote:
> 
> Marc Rossi <mrossi19 <at> gmail.com> writes:
>> Hi all.  Trying to get log4cxx to work with chainsaw.  From what I
>> understand
>> XMLSocketAppender has to be used, not SocketAppender due to binary format
>> issues.    When using XMLSocketAppender I have connections established &
>> torn
>> down, but no data gets sent (double checked with Ethereal).
>> 
>> After digging through archive discovered that the 'os->write(..)' call in
>> the
>> renderEvent method is commented out -- so no messages get sent.  What is
>> the
>> timeframe to have this piece of code back online?
> 
> I checked the JIRA issue page for this project and didn't see anything
> similar
> to what I have described.  
> 
> 
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/XMLSocketAppender-tf2742085.html#a7668080
Sent from the Log4cxx - Users mailing list archive at Nabble.com.

Reply via email to