diff AssemblyInfo.cs @ 68:fd8654afd331

Fixes #183: Get logging working with WinForms * Add required line to AssemblyInfo.cs * Tidy up logging in FrmMain and make sure that we have startup and shutdown messages
author IBBoard <dev@ibboard.co.uk>
date Sat, 26 Sep 2009 19:12:04 +0000
parents cf644b2c65e6
children 2c473768ccec
line wrap: on
line diff
--- a/AssemblyInfo.cs	Sat Sep 26 11:18:13 2009 +0000
+++ b/AssemblyInfo.cs	Sat Sep 26 19:12:04 2009 +0000
@@ -60,3 +60,5 @@
 [assembly: AssemblyDelaySign(false)]
 [assembly: AssemblyKeyFile("")]
 [assembly: AssemblyKeyName("")]
+
+[assembly: log4net.Config.XmlConfigurator(ConfigFileExtension = "log4net", Watch = true)]
\ No newline at end of file