# | Line 13 | Line 13 | namespace RomCheater.Logging | |
---|---|---|
13 | { | |
14 | public partial class LogWriter : UserControl | |
15 | { | |
16 | < | private const string LOG_FILE = "RomCheater.log"; |
16 | > | public const string LOG_FILE = "RomCheater.log"; |
17 | private static string LOG_PATH = string.Format(@"{0}\{1}", Application.StartupPath, LOG_FILE); | |
18 | ||
19 | private delegate string OnGetLogText(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |