--- trunk/RomCheater/Main.cs 2012/05/09 08:02:18 17 +++ trunk/RomCheater/Main.cs 2012/05/09 08:41:36 20 @@ -12,6 +12,7 @@ namespace RomCheater { public partial class Main : Form { + private const string t = "RomCheater"; #region LogWriterSupport static LogWriter _LoggerInstance; static LogWriter LoggerInstance @@ -40,7 +41,7 @@ namespace RomCheater private void Main_Load(object sender, EventArgs e) { - logger.WriteLine("logged message"); + AppConsts.LogApplicationStatup(); } } }