ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.EmuMMAPPlugin/EmuMMAPPlugin.cs
(Generate patch)

Comparing trunk/RomCheater.EmuMMAPPlugin/EmuMMAPPlugin.cs (file contents):
Revision 717 by william, Tue Jun 18 11:27:53 2013 UTC vs.
Revision 812 by william, Tue Apr 15 14:52:10 2014 UTC

# Line 19 | Line 19 | using System.Linq;
19   using System.Text;
20   using RomCheater.PluginFramework.Core;
21   using WeifenLuo.WinFormsUI.Docking;
22 + using Enterprise.Logging;
23  
24   namespace RomCheater.EmuMMAPPlugin
25   {
# Line 53 | Line 54 | namespace RomCheater.EmuMMAPPlugin
54  
55          public override void Config()
56          {
57 <            Logging.logger.Warn.WriteLine("Plugin: '{0}' guid: '{1}' - has no configurable settings", name, ID);
57 >            gLog.Warn.WriteLine("Plugin: '{0}' guid: '{1}' - has no configurable settings", name, ID);
58          }
59  
60          public override void Show() { Show(null); }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines