all groups > visual studio .net enterprise tools > september 2005 >
You're in the

visual studio .net enterprise tools

group:

Enterprise Library - Asynchronous Logging...


Enterprise Library - Asynchronous Logging... Ollie Riches
9/5/2005 10:22:14 AM
visual studio .net enterprise tools: I have managed to get asycnhronous logging work for an asp.net application
and I wanted some clarification on the method.

Normally if the application is logging synchronously it has all the settings
for the logging application block in the app.config for the application. But
if you want to use asynchronous logging you have to specify asynchronous
logging for all logging types in the app.config of the application and then
define the extact logging sinks in the app.config of the msmqdistributor.exe
(windows service). Is this correct?

Seems rather confusing and rather messy - application specific logging
information have to be put into a generic widows service that could be used
by more than one application on the system.

cheers

Ollie Riches

AddThis Social Bookmark Button