Log of /trunk/RomCheater.Logging/LogWriter.cs
Parent Directory
|
Revision Log
Revision
309 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 5 14:07:27 2012 UTC
(9 years, 11 months ago)
by
william
File length: 12950 byte(s)
Diff to
previous 308
+ 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
306 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 5 13:46:05 2012 UTC
(9 years, 11 months ago)
by
william
File length: 16294 byte(s)
Diff to
previous 303
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
298 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 5 11:35:37 2012 UTC
(9 years, 11 months ago)
by
william
File length: 10122 byte(s)
Diff to
previous 297
+ bring back BackgroundWorker for LogWriter from r105 (this helps to not block the main form for long log entries)
Revision
155 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon May 28 04:10:38 2012 UTC
(9 years, 11 months ago)
by
william
File length: 9089 byte(s)
Diff to
previous 113
fix LogWriter to ensure that all logged data gets flushed to it's underlying medium
Revision
61 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed May 9 15:19:18 2012 UTC
(10 years ago)
by
william
File length: 7433 byte(s)
Diff to
previous 26
fix LOG_PATH so it does not prevent the main form designer from being opened and closing VS2010
Revision
24 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed May 9 08:59:52 2012 UTC
(10 years ago)
by
william
File length: 7286 byte(s)
Diff to
previous 23
logging support should be done now
logging includes:
* log to main application
* log to file
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.