17 |
using System.Text; |
using System.Text; |
18 |
using System.IO; |
using System.IO; |
19 |
using RomCheater.Logging; |
using RomCheater.Logging; |
20 |
|
using Enterprise.Logging; |
21 |
|
|
22 |
namespace RomCheater.Serialization |
namespace RomCheater.Serialization |
23 |
{ |
{ |
102 |
} |
} |
103 |
catch (Exception ex) |
catch (Exception ex) |
104 |
{ |
{ |
105 |
logger.Error.WriteLine("Failed to delete result file: {0}", fi.Name); |
gLog.Error.WriteLine("Failed to delete result file: {0}", fi.Name); |
106 |
logger.VerboseError.WriteLine(ex.ToString()); |
gLog.Verbose.Error.WriteLine(ex.ToString()); |
107 |
} |
} |
108 |
} |
} |
109 |
catch (Exception ex) |
catch (Exception ex) |
110 |
{ |
{ |
111 |
logger.Error.WriteLine("Failed to delete result file with guid: {0}", guid.ToString()); |
gLog.Error.WriteLine("Failed to delete result file with guid: {0}", guid.ToString()); |
112 |
logger.VerboseError.WriteLine(ex.ToString()); |
gLog.Verbose.Error.WriteLine(ex.ToString()); |
113 |
} |
} |
114 |
|
|
115 |
} |
} |