ConversionPattern for PatternLayout

2004-10-08 Thread Ayende Rahien
Where can I get the docs for the conversion pattern? I search & googled but I can’t find anything concrete, I mean some sort of table that explains what each thingie does.

Problem configuring

2004-10-08 Thread Ayende Rahien
In short, I can’t log4net to do the logging. I do:   private ILog logger = LogManager.GetLogger(typeof (VisibleObjectContainer));   public VisibleObjectContainer(Type type)   {     Utility.CheckArgsNotNull(type);     if (logger.IsDebugEnabled) //ALWAYS fals

RE: Watching logs

2004-09-26 Thread Ayende Rahien
best (and I think the only) GUI logging viewer that > log4net currently works with. > > > -Original Message- > > From: Ayende Rahien [mailto:[EMAIL PROTECTED] > > Sent: 26 September 2004 19:36 > > To: 'Log4NET User' > > Subject: Watching logs > &g

Watching logs

2004-09-26 Thread Ayende Rahien
I want to see the logs as they are being logged on a GUI application. Is there some log client that I can use? I tried chainsow, but I couldn’t get it to show me anything.

RE: Anyone consdiering attributes?

2004-09-26 Thread Ayende Rahien
dependency injection frameworks, Spring and pico come to mind, I think I'll use one of those instead and create interceptors.   -Original Message- From: Ayende Rahien [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 6:07 PM To: 'Log4NET User'; [EMAIL PROTECT

RE: Anyone consdiering attributes?

2004-09-23 Thread Ayende Rahien
Title: Message What do you want to do with this?     From: Mario Gutierrez [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 1:44 AM To: 'Log4NET User' Subject: Anyone consdiering attributes?   If not, maybe I'll contribute if I can find a free weekend.

FW: What to use?

2004-09-22 Thread Ayende Rahien
  I'm more than a little bit confused regarding logging & exception handling. To start with, I want to use a single point in my applications for logging and possibly for exception handling. My problem is that I don't know what to choose. I checked the following: - log4net - MS Ex