类的使用
cn.mcres.gyhhy.MXLib.log.Logger
-
使用Logger的程序包 程序包 说明 cn.mcres.gyhhy.MXLib.log Log utils -
-
cn.mcres.gyhhy.MXLib.log中Logger的使用
cn.mcres.gyhhy.MXLib.log中Logger的子类 修饰符和类型 类 说明 classMXLoggerAdd in version 0.8返回Logger的cn.mcres.gyhhy.MXLib.log中的方法 修饰符和类型 方法 说明 static LoggerLogger. createLogger(Plugin plugin)已过时。Create a logger
If the logger has been created before, it will throw ajava.lang.RuntimeExceptionexception.static LoggerLogger. createLogger(Plugin plugin, String format)已过时。Create a logger
If the logger has been created before, it will throw ajava.lang.RuntimeExceptionexception.static LoggerLogger. createLogger(Plugin plugin, String format, String errorFormat)已过时。Create a logger
If the logger has been created before, it will throw ajava.lang.RuntimeExceptionexception.static LoggerLogger. createRawLogger(String format, String errformat, String plugin_name)已过时。LoggerLogger. error(String line)已过时。Print a line, use error prefixLoggerLogger. error(String line, Object... argc)已过时。LoggerLogger. error(String line, Map<String,Object> argc)已过时。LoggerLogger. errorformat(String format, Object... argc)已过时。LoggerLogger. format(String format, Object... argc)已过时。static LoggerLogger. getLogger(int id)已过时。Get logger based on idstatic LoggerLogger. getLogger(Plugin plugin)已过时。Get the logger based on the pluginstatic LoggerLogger. getOrCreateLogger(Plugin plugin)已过时。Get/create a loggerstatic LoggerLogger. getOrCreateLogger(Plugin plugin, String format)已过时。Get/create a loggerstatic LoggerLogger. getOrCreateLogger(Plugin plugin, String format, String errorFormat)已过时。Get/create a loggerstatic LoggerMXLogger. getOrCreateLogger(Plugin plugin)Get/create a loggerstatic LoggerMXLogger. getOrCreateLogger(Plugin plugin, String format)Get/create a loggerstatic LoggerMXLogger. getOrCreateLogger(Plugin plugin, String format, String errorFormat)Get/create a loggerLoggerLogger. printf(Object data)已过时。Print a lineLoggerLogger. printf(String line)已过时。Print a lineLoggerLogger. printf(String line, Object... argc)已过时。LoggerLogger. printf(String line, Map<String,Object> argc)已过时。LoggerLogger. println(String line)已过时。Print a lineLoggerLogger. printStackTrace(Throwable thr)已过时。LoggerLogger. printStackTrace(Throwable thr, boolean printStacks)已过时。LoggerLogger. printStackTrace(Throwable thr, boolean printStacks, boolean err)已过时。
-