Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.CheatPlugin/CheatCodePlugin.cs 2014/04/15 14:30:48 811 +++ trunk/RomCheater.CheatPlugin/CheatCodePlugin.cs 2014/04/15 14:52:10 812 @@ -19,6 +19,7 @@ using System.Text; using RomCheater.PluginFramework.Core; using WeifenLuo.WinFormsUI.Docking; +using Enterprise.Logging; namespace RomCheater.CheatPlugin { @@ -54,7 +55,7 @@ public override void Config() { - Logging.logger.Warn.WriteLine("Plugin: '{0}' guid: '{1}' - has no configurable settings", name, ID); + gLog.Warn.WriteLine("Plugin: '{0}' guid: '{1}' - has no configurable settings", name, ID); } public override void Show() { Show(null); } @@ -72,7 +73,7 @@ t.Show(dockPanel, dockState); } #else - Logging.logger.Warn.WriteLine("Plugin: '{0}' guid: '{1}' - is currently disabled [it has not been implemented yet]", name, ID); + gLog.Warn.WriteLine("Plugin: '{0}' guid: '{1}' - is currently disabled [it has not been implemented yet]", name, ID); #endif }
ViewVC Help | |
Powered by ViewVC 1.1.22 |