RichB
unread,Aug 31, 2012, 4:50:37 AM8/31/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to topshelf-discuss
In TopShelf v3 whenever I write:
x.UseLog4Net()
It kills logging - potentially it kills my service. But since I have
no logging, it's a bit tricky to see.
I already had a call to log4net.Config.XmlConfigurator.Configure(); in
my code, so I commented that out, but x.UseLog4Net() is still an
issue.
I see internally it calls ShutDown on the LogManager - is that
correct?
Thanks,
Richard