Okay, here goes on my solution, but be warned, my spelling is HORRIBLE:
PART ONE: The problem
_
Log4net does not quite do what I want it to do by default, so I had to
mess with the code.
I wanted i
I would be more than happy to. Give me a few hours, and it should be up
by the end of today!
-Original Message-
From: Woodruff, Rodney [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 22, 2004 8:35 AM
To: Log4NET User
Subject: RE: DoRender Question
Chase,
Is it possible to share an
Chase,
Is it possible to share an overview of your solution with the list for
future reference? Thanks.
-- Rodney
-Original Message-
From: Chase Rogers [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 22, 2004 11:00 AM
To: Log4NET User
Subject: RE: DoRender Question
Thanks Nicko, f
Thanks Nicko, found the solution!
-Original Message-
From: Nicko Cadell [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 21, 2004 6:27 PM
To: Log4NET User
Subject: RE: DoRender Question
I'm not sure if this answers your question but...
Loggers just forward LoggingEvent objects to Appe
The Apache license is designed to allow commercial redistribution and
modification.
The old releases of log4net were licensed under the 1.1 license
http://www.apache.org/licenses/LICENSE-1.1
The CVS source is licensed under the new 2.0 license
http://www.apache.org/licenses/LICENSE-2.0.html
Both
I was wondering what the restrictions are (if any) with regards to
using log4net in commercial applications. I read the license, but I
cannot fully understand what the requirements are. My apologies for
not understanding that, but I would like to make sure. Thanks in
advance.
Regards,
Dieg
I'm not sure if this answers your question but...
Loggers just forward LoggingEvent objects to Appenders. Appenders render
the event to some form of output. Typically an Appender will use a
Layout object to control how the event is written as text.
Are you logging an object as the message? Do yo
Title: Message
I have a general
question: is it possible to have an overridden DoRender method apply
to each
appender in
a logger, instead of having it just apply to the
logger.
The reason i am
wandering, is because we need several different text representations
of an object, but t