This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Custom logger to save errors. | |
* | |
* @author Icyene | |
*/ | |
public class ErrorLogger extends PluginLogger { | |
public static Map<String, List<String>>> registry = new HashMap<String, List<String>>>(); | |
public static boolean inited = false; | |
private static Field logger_mc, cb_mcs, logger; |