public class LogUtil extends Object
LogUtil()
static Level
getLevel()
static Logger
getLogger(Class<?> clazz)
static <T> T
log(T obj)
static void
setLevel(Level level)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LogUtil()
public static Logger getLogger(Class<?> clazz)
public static void setLevel(Level level)
public static Level getLevel()
public static <T> T log(T obj)