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
It is also worth mentioning that, unlike log4j, in log4net the user does not interact with the Logger directly but with a wrapper. The Logger (ILogger) has a Log method that is used to log all the messages. The wrapper LogImpl (implements ILog) has all the Debug/Info/Warn/Error methods which forwar