Re: execution takes in 1 minute when enable logging

2006-01-20 Thread Matthew Brown
I don't think anyone is going to be able to help you without some examples from the code, your log4net configuration, etc... On 1/20/06, Elio B <[EMAIL PROTECTED]> wrote: > hi, i have a single line of code that returns an ArrayList, when logging is > enabled that line takes about 1 minute to compl

RE: execution takes in 1 minute when enable logging

2006-01-20 Thread Elio B
this is my config settings: Mirza Sejto <[EMAIL PROTECTED]> escribió: Are you executing the code while the debbuger is attached to the process ?__Correo Yaho

RE: execution takes in 1 minute when enable logging

2006-01-20 Thread Elio B
are you refering to the VS debugger? If so, it does not matter if the debugger is attached or not, the behaviour is the same.Mirza Sejto <[EMAIL PROTECTED]> escribió: Are you executing the code while the debbuger is attached to the process ?           -Original Message-From:

RE: execution takes in 1 minute when enable logging

2006-01-20 Thread Mirza Sejto
Title: Message Are you executing the code while the debbuger is attached to the process ?           -Original Message-From: Elio B [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 2:27 PMTo: log4net-user@logging.apache.orgSubject: execution takes in 1 minute when enable lo

execution takes in 1 minute when enable logging

2006-01-20 Thread Elio B
hi, i have a single line of code that returns an ArrayList, when logging is enabled that line takes about 1 minute to complete when running a WinForm apps inside the VS IDE. That do not happend when running the resulting .exe file ouside the IDE. It happens only within the IDE, it does not matter i