ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.Logging/logger.cs
Revision 692 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 17 10:29:30 2013 UTC (10 years, 5 months ago) by william
File length: 23281 byte(s)
Diff to previous 685 (colored)
+ re-enable configured logging flags, removed conditional flags

Revision 685 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 17 08:58:58 2013 UTC (10 years, 5 months ago) by william
File length: 23172 byte(s)
Diff to previous 668 (colored)

Revision 668 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 17 04:49:09 2013 UTC (10 years, 5 months ago) by william
File length: 22247 byte(s)
Diff to previous 427 (colored)

Revision 427 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 28 12:39:42 2013 UTC (10 years, 6 months ago) by william
File length: 19968 byte(s)
Diff to previous 426 (colored)
only disable: #define LOGGING_ENABLE_PROFILER
in MemoryScanner.cs

Revision 426 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 28 12:34:38 2013 UTC (10 years, 6 months ago) by william
File length: 19970 byte(s)
Diff to previous 415 (colored)
disable: #define LOGGING_ENABLE_PROFILER

Revision 415 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 22 08:33:51 2012 UTC (11 years, 5 months ago) by william
File length: 19968 byte(s)
Diff to previous 414 (colored)

Revision 414 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 22 08:21:18 2012 UTC (11 years, 5 months ago) by william
File length: 20186 byte(s)
Diff to previous 391 (colored)

Revision 391 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 20 10:02:14 2012 UTC (11 years, 5 months ago) by william
File length: 18567 byte(s)
Diff to previous 302 (colored)
+ add PROFILER to logging flags

Revision 302 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 5 13:27:40 2012 UTC (11 years, 6 months ago) by william
File length: 17386 byte(s)
Diff to previous 291 (colored)
use Synchronized TextWriter

Revision 291 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 5 10:26:49 2012 UTC (11 years, 6 months ago) by william
File length: 17309 byte(s)
Diff to previous 269 (colored)
+ when args is a zero-length array (we don't need and format specifiers, change { and } to {{ }} respectively

Revision 269 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 3 20:40:36 2012 UTC (11 years, 6 months ago) by william
File length: 16871 byte(s)
Diff to previous 265 (colored)
+ overhaul logger and logging flags (to better handle turning flags off)

Revision 265 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 3 19:47:47 2012 UTC (11 years, 6 months ago) by william
File length: 15399 byte(s)
Diff to previous 163 (colored)
+ fix stackoverflow exceptions in config and logger

Revision 163 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 28 07:22:19 2012 UTC (11 years, 6 months ago) by william
File length: 15489 byte(s)
Diff to previous 151 (colored)
+ add warn log support

Revision 151 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 28 00:17:16 2012 UTC (11 years, 6 months ago) by william
File length: 14343 byte(s)
Diff to previous 150 (colored)

Revision 150 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 27 23:59:22 2012 UTC (11 years, 6 months ago) by william
File length: 14342 byte(s)
Diff to previous 116 (colored)

Revision 116 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 10 15:30:37 2012 UTC (11 years, 6 months ago) by william
File length: 14339 byte(s)
Diff to previous 112 (colored)

Revision 112 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 10 14:01:31 2012 UTC (11 years, 6 months ago) by william
File length: 13275 byte(s)
Diff to previous 111 (colored)
+ correct getting name and value from loggingflags
+ don't autosize loggingflags config control

Revision 111 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 10 13:55:44 2012 UTC (11 years, 6 months ago) by william
File length: 13132 byte(s)
Diff to previous 99 (colored)
add support for implictly converting binary bit flags to enum-like values

Revision 99 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 23:23:38 2012 UTC (11 years, 6 months ago) by william
File length: 8570 byte(s)
Diff to previous 97 (colored)
+ add logging options:
* VERBOSE_DEBUG and VERBOSE_ERROR : for debug and error messages that are very 'chatty'

Revision 97 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 22:48:59 2012 UTC (11 years, 6 months ago) by william
File length: 7277 byte(s)
Diff to previous 96 (colored)
get logging flags directly from logger class

Revision 96 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 22:42:57 2012 UTC (11 years, 6 months ago) by william
File length: 7190 byte(s)
Diff to previous 95 (colored)

Revision 95 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 22:37:17 2012 UTC (11 years, 6 months ago) by william
File length: 7169 byte(s)
Diff to previous 82 (colored)
logger add a forced log class (which ignores logging flags)

Revision 82 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 17:48:05 2012 UTC (11 years, 6 months ago) by william
File length: 5662 byte(s)
Diff to previous 64 (colored)
fix issues with logging control not being found

Revision 64 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 16:35:07 2012 UTC (11 years, 6 months ago) by william
File length: 5658 byte(s)
Diff to previous 28 (colored)
modify user settings dialog

Revision 28 - (view) (download) (annotate) - [select for diffs]
Added Wed May 9 10:05:28 2012 UTC (11 years, 6 months ago) by william
File length: 5647 byte(s)

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

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.

  Diffs between and
  Type of Diff should be a