Parent Directory
|
Revision Log
|
Patch
revision 110 by william, Thu May 10 10:10:55 2012 UTC | revision 111 by william, Thu May 10 13:55:44 2012 UTC | |
---|---|---|
# | Line 51 namespace RomCheater | Line 51 namespace RomCheater |
51 | ||
52 | private void load_loggerflags() | private void load_loggerflags() |
53 | { | { |
54 | logger.SetLoggingFlags((loggerflags)Logging.Properties.Settings.Default.LoggingFlags); | logger.SetLoggingFlags(Logging.Properties.Settings.Default.LoggingFlags); |
55 | #if FORCE_ALL_LOGGING_FLAGS | #if FORCE_ALL_LOGGING_FLAGS |
56 | logger.SetLoggingFlags(loggerflags.ALL); | logger.SetLoggingFlags(loggerflags.ALL); |
57 | #endif | #endif |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |