ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Main.cs
(Generate patch)

Comparing trunk/RomCheater/Main.cs (file contents):
Revision 95 by william, Wed May 9 21:42:21 2012 UTC vs.
Revision 96 by william, Wed May 9 22:42:57 2012 UTC

# Line 42 | Line 42 | namespace RomCheater
42              load_loggerflags();
43              LoggerInstance = logwriter;
44              LoggerInstance.CreateNewLog(false);
45 +            logger.ForceLog.Info.WriteLine("LoggingFlags = 0x{1:x4} ({0})", (loggerflags)Logging.Properties.Settings.Default.LoggingFlags, Logging.Properties.Settings.Default.LoggingFlags);
46              load_plugins();
47          }
48  
49          private void load_loggerflags()
50          {
51              logger.SetLoggingFlags((loggerflags)Logging.Properties.Settings.Default.LoggingFlags);
52 +            
53          }
54          private void load_plugins()
55          {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines