All Methods Static Methods Instance Methods Concrete Methods 
| Modifier and Type | 
Method and Description | 
static void | 
clearCurrentContext()  | 
static void | 
debug(String msg,
     Object... args)  | 
static void | 
debug(String msg,
     Throwable e,
     Object... args)  | 
static void | 
enableConsole(Log.Level level)  | 
static void | 
error(String msg,
     Object... args)  | 
static void | 
error(String msg,
     Throwable e,
     Object... args)  | 
static RootLoggerContext | 
getDefaultContext()  | 
static void | 
info(String msg,
    Object... args)  | 
static void | 
info(String msg,
    Throwable e,
    Object... args)  | 
static boolean | 
isDebugEnabled()  | 
static boolean | 
isErrorEnabled()  | 
static boolean | 
isInfoEnabled()  | 
static boolean | 
isLevelEnabled(Log.Level level)  | 
static boolean | 
isTraceEnabled()  | 
static boolean | 
isWarnEnabled()  | 
protected static void | 
log(Log.Level level,
   String msg,
   Throwable e,
   Object... args)  | 
static void | 
raw(Log.Level level,
   String msg,
   boolean newline)  | 
static void | 
setDefaultContext(RootLoggerContext loggerContext)  | 
static void | 
setupCurrentContext(LoggerContext context)  | 
void | 
shutdown()  | 
static void | 
trace(String msg,
     Object... args)  | 
static void | 
trace(String msg,
     Throwable e,
     Object... args)  | 
static void | 
warn(String msg,
    Object... args)  | 
static void | 
warn(String msg,
    Throwable e,
    Object... args)  |