Re: Two questions

2011-10-21 Thread Stefan Bodewig
On 2011-10-21, Miha Vitorovic wrote: > I was kind of hoping that XmlLayout has some "inverse" functions > available as well. Unfortunately it has not. Note that unless you enable base64 encoding you may be losing some information by serializing/deserializing stuff via XML as certain characters t

Re: Two questions

2011-10-21 Thread Miha Vitorovic
On 21.10.2011 12:03, Stefan Bodewig wrote: On 2011-10-19, Miha Vitorovic wrote: 1) Is there a way to make the log4net server receive anything else than internally serialized objects , for example, could we send (and receive) the log events in the XML - as produced by XmlLayout ? If I understand

Re: Two questions

2011-10-21 Thread Stefan Bodewig
On 2011-10-19, Miha Vitorovic wrote: > 1) Is there a way to make the log4net server receive anything else > than internally serialized objects , for example, could we send (and > receive) the log events in the XML - as produced by XmlLayout ? If I > understand correctly, not out of the box. Yes/No

Two questions

2011-10-18 Thread Miha Vitorovic
Hi all, I would like to ask 2 questions to confirm my understanding of the log4net. 1) Is there a way to make the log4net server receive anything else than internally serialized objects , for example, could we send (and receive) the log events in the XML - as produced by XmlLayout ? If I under