Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.ScratchPad/ScratchPad.cs 2014/04/15 14:30:48 811 +++ trunk/RomCheater.ScratchPad/ScratchPad.cs 2014/04/15 14:52:10 812 @@ -24,6 +24,7 @@ using RomCheater.Logging; using RomCheater.Core; using RomCheater.PluginFramework.Core; +using Enterprise.Logging; namespace RomCheater.ScratchPad { @@ -115,14 +116,14 @@ } else { - logger.Debug.WriteLine("Could not navigate to url: '{0}'", e.LinkText); - logger.Debug.WriteLine("Could not obtain a handle to the WebBrowser Provider's Interface."); + gLog.Debug.WriteLine("Could not navigate to url: '{0}'", e.LinkText); + gLog.Debug.WriteLine("Could not obtain a handle to the WebBrowser Provider's Interface."); } } else { - logger.Debug.WriteLine("Could not navigate to url: '{0}'", e.LinkText); - logger.Debug.WriteLine("Loaded plugin is null"); + gLog.Debug.WriteLine("Could not navigate to url: '{0}'", e.LinkText); + gLog.Debug.WriteLine("Loaded plugin is null"); } }
ViewVC Help | |
Powered by ViewVC 1.1.22 |