ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.Logging/LogWriter.cs
Revision 814 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 15 15:58:50 2014 UTC (9 years, 7 months ago) by william
File length: 13114 byte(s)
Diff to previous 802 (colored)

Revision 802 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 7 12:23:46 2014 UTC (9 years, 7 months ago) by william
File length: 12672 byte(s)
Diff to previous 801 (colored)
LogWriter: when AutoScoll status changes, make sure to scroll to the bottom (don't wait for the TextChange event to fire)

Revision 801 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 7 12:17:38 2014 UTC (9 years, 7 months ago) by william
File length: 12511 byte(s)
Diff to previous 800 (colored)
+ cleaup LogWriter some more

Revision 800 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 7 12:16:42 2014 UTC (9 years, 7 months ago) by william
File length: 14189 byte(s)
Diff to previous 799 (colored)
+ cleaup LogWriter

Revision 799 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 7 12:14:25 2014 UTC (9 years, 7 months ago) by william
File length: 14571 byte(s)
Diff to previous 773 (colored)
fix Logwriter.SetLogText - so it does not throw an exception attempting to access this.Text

Revision 773 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 20 22:03:10 2013 UTC (10 years, 5 months ago) by william
File length: 14614 byte(s)
Diff to previous 772 (colored)

Revision 772 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 20 21:41:37 2013 UTC (10 years, 5 months ago) by william
File length: 14379 byte(s)
Diff to previous 771 (colored)

Revision 771 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 20 21:40:18 2013 UTC (10 years, 5 months ago) by william
File length: 14243 byte(s)
Diff to previous 725 (colored)

Revision 725 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 18 20:32:10 2013 UTC (10 years, 5 months ago) by william
File length: 14136 byte(s)
Diff to previous 377 (colored)

Revision 377 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 10 07:55:18 2012 UTC (11 years, 5 months ago) by william
File length: 13741 byte(s)
Diff to previous 318 (colored)

Revision 318 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 5 17:57:37 2012 UTC (11 years, 5 months ago) by william
File length: 13648 byte(s)
Diff to previous 316 (colored)
+ add support for displaying PE Struct data into property grid (read-only)

Revision 316 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 5 15:35:51 2012 UTC (11 years, 5 months ago) by william
File length: 13596 byte(s)
Diff to previous 309 (colored)
+ make SetLogText thread safe

Revision 309 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 5 14:07:27 2012 UTC (11 years, 5 months ago) by william
File length: 12950 byte(s)
Diff to previous 308 (colored)
+ fix auto scroll, so that it will only scroll when the log is updated and not on a timer
+ tidy up old (obsolete) code

Revision 308 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 5 13:52:37 2012 UTC (11 years, 5 months ago) by william
File length: 16840 byte(s)
Diff to previous 307 (colored)
+ add logic to set autoscroll checkbox on/off based on AutoScroll value

Revision 307 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 5 13:49:07 2012 UTC (11 years, 5 months ago) by william
File length: 16511 byte(s)
Diff to previous 306 (colored)
+ add a checkbox to turn on/off autoscroll

Revision 306 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 5 13:46:05 2012 UTC (11 years, 5 months ago) by william
File length: 16294 byte(s)
Diff to previous 303 (colored)
use: txtLog.text += value;
rather than: txtLog.AppendText(value);
which cause the log window to scroll past the end.
NOW, it stays at the top

Revision 303 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 5 13:29:29 2012 UTC (11 years, 5 months ago) by william
File length: 16298 byte(s)
Diff to previous 301 (colored)

Revision 301 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 5 13:27:07 2012 UTC (11 years, 5 months ago) by william
File length: 16132 byte(s)
Diff to previous 298 (colored)
+ massive speed boost in logging

Revision 298 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 5 11:35:37 2012 UTC (11 years, 5 months ago) by william
File length: 10122 byte(s)
Diff to previous 297 (colored)
+ bring back BackgroundWorker for LogWriter from r105 (this helps to not block the main form for long log entries)

Revision 297 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 5 11:32:42 2012 UTC (11 years, 5 months ago) by william
File length: 9791 byte(s)
Diff to previous 246 (colored)

Revision 246 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 3 15:15:51 2012 UTC (11 years, 6 months ago) by william
File length: 9104 byte(s)
Diff to previous 245 (colored)

Revision 245 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 3 14:50:09 2012 UTC (11 years, 6 months ago) by william
File length: 9075 byte(s)
Diff to previous 155 (colored)
+ add exception logic to ensure provider is open

Revision 155 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 28 04:10:38 2012 UTC (11 years, 6 months ago) by william
File length: 9089 byte(s)
Diff to previous 113 (colored)
fix LogWriter to ensure that all logged data gets flushed to it's underlying medium

Revision 113 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 10 14:11:08 2012 UTC (11 years, 6 months ago) by william
File length: 9982 byte(s)
Diff to previous 106 (colored)
autoscroll_timer_Tick(): don't throw errors regarding caret position

Revision 106 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 10 11:15:23 2012 UTC (11 years, 6 months ago) by william
File length: 9802 byte(s)
Diff to previous 105 (colored)
fix lineendings and autoscroll

Revision 105 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 10 10:53:07 2012 UTC (11 years, 6 months ago) by william
File length: 9681 byte(s)
Diff to previous 64 (colored)

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: 7354 byte(s)
Diff to previous 61 (colored)
modify user settings dialog

Revision 61 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 15:19:18 2012 UTC (11 years, 6 months ago) by william
File length: 7433 byte(s)
Diff to previous 26 (colored)
fix LOG_PATH so it does not prevent the main form designer from being opened and closing VS2010

Revision 26 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 09:28:57 2012 UTC (11 years, 6 months ago) by william
File length: 7366 byte(s)
Diff to previous 24 (colored)
info, debug, and error log messages

Revision 24 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 08:59:52 2012 UTC (11 years, 6 months ago) by william
File length: 7286 byte(s)
Diff to previous 23 (colored)
logging support should be done now
logging includes:
* log to main application
* log to file

Revision 23 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 08:51:38 2012 UTC (11 years, 6 months ago) by william
File length: 7330 byte(s)
Diff to previous 22 (colored)

Revision 22 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 08:43:52 2012 UTC (11 years, 6 months ago) by william
File length: 7021 byte(s)
Diff to previous 20 (colored)
+ don't delete log file in contructor
moved to method CreateNewLog()

Revision 20 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 08:41:36 2012 UTC (11 years, 6 months ago) by william
File length: 6969 byte(s)
Diff to previous 19 (colored)
+ add support to log startup message

Revision 19 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 08:22:41 2012 UTC (11 years, 6 months ago) by william
File length: 6970 byte(s)
Diff to previous 18 (colored)
fix newline logging support when writing to file

Revision 18 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 9 08:16:18 2012 UTC (11 years, 6 months ago) by william
File length: 6876 byte(s)
Diff to previous 17 (colored)
+ add support to write log to file (when a message is logged)

Revision 17 - (view) (download) (annotate) - [select for diffs]
Added Wed May 9 08:02:18 2012 UTC (11 years, 6 months ago) by william
File length: 6374 byte(s)
implement basic logging support

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