an example:
bryan
HAPPYCOMP
129.148.33.7
![CDATA[youcanrock]
12/22/2004 1:40:54 PM
34856
That wraps it up.
-Original Message-
From: Woodruff, Rodney [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 22, 2004 8:35 AM
To: Log4NET User
Subject: RE: DoRender Quest
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, found the solution!
-Original
ittle example.
Cheers,
Nicko
> -Original Message-
> From: Chase Rogers [mailto:[EMAIL PROTECTED]
> Sent: 22 December 2004 01:06
> To: log4net-user@logging.apache.org
> Subject: DoRender Question
>
> I have a general question: is it possible to have an
> overridde
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
Title: Message
I am creating
my own appender, in a project that uses the log4net dll.
the problem is, I
cannot get the xml config file to use this new appender.
Example:
before,
I would say somthing like this:
but now
-Original Message-
From: Nicko Cadell [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 21, 2004 10:03 AM
To: Log4NET User
Subject: RE: New User question - configuration file format
Mike,
If you have the option you should use the 1.2 beta 8 version as this
issue is fixed in that versi
: "..\\..\\log4net.xml"
Are you certain that this corresponds to where your .xml file actually
is ?
2) Are you sure that "C:\logFile.txt" is writable by your app ?
Cheers,
Graham Innocent
Chase Rogers wrote:
>
> All I am trying to do is make a fileAppender.
> I just want to kno
Title: Message
All I am trying to
do is make a fileAppender.
I just want to know
how to use the log4net tool, but the documentation does'nt help
me.
The problem is
simple: the file I specify to be 'written' to does not get anything. I
tied the log.Info method to a button click, but whe