K
kplkumar
This is what my supervisor is looking for.
We want runtime debugging/trace logging. In other words, we want to log
every method that was executed, perhaps the variables in it as well -
everytime the method is executed. This should be such that it can be
turned on/off in a configuration file.
This way it will help us locate the error exactly where it occured and
when and all variables related to it.
Is there someway of doing this in c# .NET? I am new to .NET and I have
never used application blocks either.
We want runtime debugging/trace logging. In other words, we want to log
every method that was executed, perhaps the variables in it as well -
everytime the method is executed. This should be such that it can be
turned on/off in a configuration file.
This way it will help us locate the error exactly where it occured and
when and all variables related to it.
Is there someway of doing this in c# .NET? I am new to .NET and I have
never used application blocks either.