Re: Property Name in AppenderSkeleton is not virtual

2006-03-24 Thread Morten Andersen
I just want to set the File when Name is set I am trying to make my configuration file smaller. Now I have allot of appenders with loggers like the one you can see bellow in my configuration file. The appender takes only one line (i have changed the Name to virtual my self to test).

[jira] Assigned: (LOG4NET-72) Performance of ILog.xxxFormat methods

2006-03-24 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-72?page=all ] Nicko Cadell reassigned LOG4NET-72: --- Assign To: Nicko Cadell > Performance of ILog.xxxFormat methods > - > > Key: LOG4NET-72 > URL: http:

RE: Property Name in AppenderSkeleton is not virtual

2006-03-24 Thread Nicko Cadell
what are you trying to do? > -Original Message- > From: Morten Andersen [mailto:[EMAIL PROTECTED] > Sent: 24 March 2006 17:31 > To: log4net-dev@logging.apache.org > Subject: Property Name in AppenderSkeleton is not virtual > > Hi > > Is it possible to change this to virtual? Please? >

Property Name in AppenderSkeleton is not virtual

2006-03-24 Thread Morten Andersen
Hi Is it possible to change this to virtual? Please? -- Best Regards *Morten Andersen* Developer Vianett AS | [EMAIL PROTECTED] | Office: +47 69 20 69 74 | Skype: mortander

[jira] Created: (LOG4NET-72) Performance of ILog.xxxFormat methods

2006-03-24 Thread Nicko Cadell (JIRA)
Performance of ILog.xxxFormat methods - Key: LOG4NET-72 URL: http://issues.apache.org/jira/browse/LOG4NET-72 Project: Log4net Type: Improvement Reporter: Nicko Cadell The performance of the ILog.xxxFormat methods can be impro

svn commit: r388581 - /logging/log4net/trunk/src/Util/SystemInfo.cs

2006-03-24 Thread nicko
Author: nicko Date: Fri Mar 24 09:08:12 2006 New Revision: 388581 URL: http://svn.apache.org/viewcvs?rev=388581&view=rev Log: Fix for LOG4NET-70. Changed reference from coredll.dll to CoreDll.dll Modified: logging/log4net/trunk/src/Util/SystemInfo.cs Modified: logging/log4net/trunk/src/Util/

[jira] Created: (LOG4NET-71) Reorganise source repository to support multiple src projects

2006-03-24 Thread Nicko Cadell (JIRA)
Reorganise source repository to support multiple src projects - Key: LOG4NET-71 URL: http://issues.apache.org/jira/browse/LOG4NET-71 Project: Log4net Type: Task Reporter: Nicko Cadell The log4net sourc

[jira] Created: (LOG4NET-70) CoreDll.dll referenced with different capitalisation

2006-03-24 Thread Nicko Cadell (JIRA)
CoreDll.dll referenced with different capitalisation Key: LOG4NET-70 URL: http://issues.apache.org/jira/browse/LOG4NET-70 Project: Log4net Type: Bug Components: Core Versions: 1.2.9 Reporter: Nicko

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