ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/EmuXPortal/branches/mono/EmuXPortal/Form1.cs
(Generate patch)

Comparing branches/mono/EmuXPortal/Form1.cs (file contents):
Revision 263 by william, Thu Mar 17 03:56:46 2016 UTC vs.
Revision 264 by william, Thu Mar 17 04:23:49 2016 UTC

# Line 107 | Line 107 | namespace EmuXPortal
107  
108        
109   #region logging support
110        StringBuilder log_flusher = new StringBuilder();
110          void Log_OnFlush(object sender, LoggerOnFlushEventArgs e) { OnLogFlush(e.Buffer); }
111          void OnLogFlush(string logmessage)
112          {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines