only disable: #define LOGGING_ENABLE_PROFILER in MemoryScanner.cs
disable: #define LOGGING_ENABLE_PROFILER
+ add PROFILER to logging flags
use Synchronized TextWriter
+ when args is a zero-length array (we don't need and format specifiers, change { and } to {{ }} respectively
+ overhaul logger and logging flags (to better handle turning flags off)
+ fix stackoverflow exceptions in config and logger
+ add warn log support
+ correct getting name and value from loggingflags + don't autosize loggingflags config control
add support for implictly converting binary bit flags to enum-like values
+ add logging options: * VERBOSE_DEBUG and VERBOSE_ERROR : for debug and error messages that are very 'chatty'
get logging flags directly from logger class
logger add a forced log class (which ignores logging flags)
fix issues with logging control not being found
modify user settings dialog
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.