Re: Logging formatter in log4j sandbox

2006-03-24 Thread Curt Arnold
On Mar 24, 2006, at 5:49 AM, Nicko Cadell wrote: It looks like the log4j sandbox and the .net framework agree on the number of override params, 3. This gives signatures like: void DebugFormat(string format); void DebugFormat(string format, object arg0); void DebugFormat(string format, object a

RE: Logging formatter in log4j sandbox

2006-03-24 Thread Nicko Cadell
> -Original Message- > From: Curt Arnold [mailto:[EMAIL PROTECTED] Sent: 19 March 2006 22:34 > > On Mar 19, 2006, at 1:40 AM, Jaroslaw Kowalski wrote: > > > Small hint from NLog developer: > > > > Why don't you pass the raw message with parameter > placeholders, format > > arguments

Re: Logging formatter in log4j sandbox

2006-03-19 Thread Curt Arnold
On Mar 19, 2006, at 1:40 AM, Jaroslaw Kowalski wrote: Small hint from NLog developer: Why don't you pass the raw message with parameter placeholders, format arguments and IFormatProvider down to the logging engine and defer calling the actual String.Format to as late as possible? This wa

RE: Logging formatter in log4j sandbox

2006-03-19 Thread Nicko Cadell
006 00:32 > To: log4net-dev@logging.apache.org > Subject: Logging formatter in log4j sandbox > > I'm sure the timing sucks, but since the scuttling of the > 1.2.10 release involves formatting log messages and I have > recently been doing some things in the log4j sandbox,

Re: Logging formatter in log4j sandbox

2006-03-18 Thread Jaroslaw Kowalski
t.org/ - a log4net alternative - Original Message - From: "Nicko Cadell" <[EMAIL PROTECTED]> To: "Log4NET Dev" Sent: Sunday, March 19, 2006 2:17 AM Subject: RE: Logging formatter in log4j sandbox The .NET String.Format syntax looks similar to the MessageFormat

RE: Logging formatter in log4j sandbox

2006-03-18 Thread Nicko Cadell
lds of the log4net source. Nicko > -Original Message- > From: Curt Arnold [mailto:[EMAIL PROTECTED] > Sent: 19 March 2006 00:32 > To: log4net-dev@logging.apache.org > Subject: Logging formatter in log4j sandbox > > I'm sure the timing sucks, but since the scuttli

Logging formatter in log4j sandbox

2006-03-18 Thread Curt Arnold
I'm sure the timing sucks, but since the scuttling of the 1.2.10 release involves formatting log messages and I have recently been doing some things in the log4j sandbox, I thought that I would bring that work to your attention. The project can be checked out from http://svn.apache.org/rep