PDA

View Full Version : windows service not logging


kennethkapchan
06-03-2008, 06:43 PM
hi there.

we are in the process of migrating from 1.1.1 to nightly build (05/27).
the windows service installer is running & was able to start the service.
however the logging is not working.

are there any changes that needed to be done for this?

thanks.

CyberPunk
07-21-2008, 04:09 PM
I might be interested in knowing if this was solved.

Erich Eichinger
07-21-2008, 06:43 PM
Hi,

please check out the Common Logging (http://netcommon.sourceforge.net/doc-latest/reference/html/index.html) reference on how to configure logging for your application.

Basically it is necessary to add a "<common><logging>" section to your app.config - this applies to windows services as well.

cheers,
Erich