ODP - ADO.Net Appender - Clob

2004-10-08 Thread Kiran Raja
Hi, Quick question! Did anyone use Clob/Blob DbType and Oracle Data Provider through ADO.Net appender? Regards,KR. The information transmitted is intended only for the person or entity to which it is addressed and may contain CONFIDENTIAL material. If you receive this material/information in

RE: ConversionPattern for PatternLayout

2004-10-08 Thread Marc Lewandowski
Title: Message Ayende,   Check out the SDK docs under "PatternLayout class".   -Marc -Original Message-From: Ayende Rahien [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 4:45 PMTo: 'Log4NET User'Subject: ConversionPattern for PatternLayout Where can I get t

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

configuration for RollingFileAppender

2004-10-08 Thread Shaily Goel
I have configured Rolling File Appender for writing the events to local log file. The two instances of my application is running on single machine . They both configured Rolling File appender with the above configurations . so they both tried