Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater/Serialization/SerializationReader.cs 2014/04/15 14:30:48 811 +++ trunk/RomCheater/Serialization/SerializationReader.cs 2014/04/15 14:52:10 812 @@ -17,6 +17,7 @@ using System.Text; using System.IO; using RomCheater.Logging; +using Enterprise.Logging; namespace RomCheater.Serialization { @@ -101,14 +102,14 @@ } catch (Exception ex) { - logger.Error.WriteLine("Failed to delete result file: {0}", fi.Name); - logger.VerboseError.WriteLine(ex.ToString()); + gLog.Error.WriteLine("Failed to delete result file: {0}", fi.Name); + gLog.Verbose.Error.WriteLine(ex.ToString()); } } catch (Exception ex) { - logger.Error.WriteLine("Failed to delete result file with guid: {0}", guid.ToString()); - logger.VerboseError.WriteLine(ex.ToString()); + gLog.Error.WriteLine("Failed to delete result file with guid: {0}", guid.ToString()); + gLog.Verbose.Error.WriteLine(ex.ToString()); } }
ViewVC Help | |
Powered by ViewVC 1.1.22 |