RE: DoRender Question

2004-12-22 Thread Chase Rogers
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

RE: DoRender Question

2004-12-22 Thread Chase Rogers
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

RE: DoRender Question

2004-12-22 Thread Chase Rogers
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

DoRender Question

2004-12-22 Thread Chase Rogers
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

Appender customization

2004-12-21 Thread Chase Rogers
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

RE: New User question - configuration file format

2004-12-21 Thread Chase Rogers
-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

RE: trying somthing simple, and it fails

2004-12-18 Thread Chase Rogers
: "..\\..\\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

trying somthing simple, and it fails

2004-12-17 Thread Chase Rogers
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