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
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
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.
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
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