# | 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 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |