Capture Log4NET Internal Debugging

2005-10-10 Thread Michael S. Collier
Is there a good way to capture the internal Log4NET debugging for a web site or web service?  I would like the ability to capture the debugging so that I might better figure out why logging is not working.    For my app, logging is working great now, but I would like to capture the inter

Configurable configuration file location

2005-09-02 Thread Michael S. Collier
Is there any way to specify the configuration file log4net should use via a configuration file?  For example, let’s say I have three different applications that all want to use the same log4net configuration.  Is it possible to set a value in each application’s app.config file that log4net

RE: Transactions and AdoNetAppender

2005-09-02 Thread Michael S. Collier
eparate thread. The AsyncAppender is in the same place as the FastDbAppender http://tinyurl.com/7unou http://cvs.apache.org/viewcvs.cgi/logging-log4net/examples/net/1.0/Appen ders/SampleAppendersApp/cs/src/Appender/ Cheers, Nicko > -Original Message----- > From: Michael S. Collier > [mai

RE: Transactions and AdoNetAppender

2005-09-01 Thread Michael S. Collier
ging-log4net/examples/net/1.0/Appenders /SampleAppendersApp/cs/src/Appender/ --- "Michael S. Collier" <[EMAIL PROTECTED]> wrote: > First, thanks for the help. > > I'm not sure I totally understand what you're telling me. > > I've worked up a samp

RE: Transactions and AdoNetAppender

2005-09-01 Thread Michael S. Collier
or two small text files and attach those? The FastDbAppender appender doesn't use transactions: http://tinyurl.com/7unou http://cvs.apache.org/viewcvs.cgi/logging-log4net/examples/net/1.0/Appenders /SampleAppendersApp/cs/src/Appender/ --- "Michael S. Collier" <[EMAIL PROTECTED]&

RE: Transactions and AdoNetAppender

2005-09-01 Thread Michael S. Collier
First, thanks for the help. I'm not sure I totally understand what you're telling me. I've worked up a sample application that basically does what I'm trying to do in my real application. I would post it, but apparently the mailing list doesn't let me post ZIP files. Any ideas how to get around

Transactions and AdoNetAppender

2005-08-31 Thread Michael S. Collier
I’m having a problem using AdoNetAppender without transactions.  I have a .NET class that derives from ServicedComponent.  This class is used as a Queued Component.  Everything about the Queued Component seems to be working as expected.  The class is marked with the [Transaction(Transaction