= Move benchmark core to fit existing standard
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package commands.benchmark.core;
|
||||
|
||||
import utils.GlobalLog;
|
||||
|
||||
//Logging shim
|
||||
public class BenchmarkLog
|
||||
{
|
||||
public static void log(String str) { GlobalLog.log("[Benchmark] " + str); }
|
||||
public static void warn(String str) { GlobalLog.warn("[Benchmark] " + str); }
|
||||
public static void error(String str) { GlobalLog.error(" [Benchmark] " + str); }
|
||||
}
|
||||
Reference in New Issue
Block a user