= Updated utils and logging subsystem formatting
This commit is contained in:
@@ -5,7 +5,7 @@ import utils.LogFilter;
|
||||
|
||||
public class PluginLog
|
||||
{
|
||||
public static void log(String s) { GlobalLog.Log(LogFilter.Plugin, s); }
|
||||
public static void warn(String s) { GlobalLog.Warn(LogFilter.Plugin, s); }
|
||||
public static void error(String s) { GlobalLog.Error(LogFilter.Plugin, s); }
|
||||
public static void log(String s) { GlobalLog.log(LogFilter.Plugin, s); }
|
||||
public static void warn(String s) { GlobalLog.warn(LogFilter.Plugin, s); }
|
||||
public static void error(String s) { GlobalLog.error(LogFilter.Plugin, s); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user