I wrote code to use the logging in the Enterprise Library. In the configuration application, under Logging Applcation Block, there a setting called 'TracingEnabled'. When I set this to false, I STILL get my logs written to.
Looking that the Logger class, I found the IsLoggingEnabled but the TracingEnabled setting has not effect on this method.
How can I get my logging to not write to my log files with TracingEnabled is set to false.
thanks
Ralph

Enterprise Logging Block