com.nutiteq.log
Class Log
java.lang.Object
com.nutiteq.log.Log
public class Log
- extends java.lang.Object
Log handler used by library. Supports insertion of custom handlers. By
default all logging is disabled. All disabled log levels will be removed by
obfuscator and also the code required for log message will be gone.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
error
public static void error(java.lang.String message)
info
public static void info(java.lang.String message)
debug
public static void debug(java.lang.String message)
getLog
public static java.lang.String getLog()
printStackTrace
public static void printStackTrace(java.lang.Exception e)
setLogger
public static void setLogger(Logger logger)
setShowError
public static void setShowError(boolean showError)
setShowInfo
public static void setShowInfo(boolean showInfo)
setShowDebug
public static void setShowDebug(boolean showDebug)
setPrintStackTrace
public static void setPrintStackTrace(boolean printStackTrace)
enableAll
public static void enableAll()