Skip to content

Latest commit

 

History

History
179 lines (179 loc) · 11.8 KB

cn.nukkit.utils.MainLogger.md

File metadata and controls

179 lines (179 loc) · 11.8 KB
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.lang.Thread

        Thread.State, Thread.UncaughtExceptionHandler
  • 成员变量一览

    • 继承自类 java.lang.Thread

      MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
  • 构造函数一览

    构造函数 
    构造函数描述
    MainLogger() 
  • 成员函数一览

    All Methods Static Methods Instance Methods Concrete Methods 
    修饰符和类 成员函数描述
    void alert(String message) 
    void alert(String message, Throwable t) 
    void critical(String message) 
    void critical(String message, Throwable t) 
    void debug(String message) 
    void debug(String message, Throwable t) 
    void emergency(String message) 
    void emergency(String message, Throwable t) 
    void error(String message) 
    void error(String message, Throwable t) 
    static MainLogger getLogger() 
    void info(String message) 
    void info(String message, Throwable t) 
    void log(LogLevel level, String message) 
    void log(LogLevel level, String message, Throwable t) 
    void logException(Throwable t) 
    void notice(String message) 
    void notice(String message, Throwable t) 
    void setLogDebug(Boolean logDebug) 
    void shutdown() 
    void warning(String message) 
    void warning(String message, Throwable t) 
    • 继承自类 java.lang.Thread

      activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
    • 继承自类 java.lang.Object

      equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait