com.jdroid.java.utils
Class LoggerUtils

java.lang.Object
  extended by com.jdroid.java.utils.LoggerUtils

public class LoggerUtils
extends Object


Constructor Summary
LoggerUtils()
           
 
Method Summary
static org.slf4j.Logger getLogger(Class<?> clazz)
           
static org.slf4j.Logger getLogger(Object name)
           
static boolean isEnabled()
           
static void setEnabled(boolean enabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerUtils

public LoggerUtils()
Method Detail

getLogger

public static org.slf4j.Logger getLogger(Object name)

getLogger

public static org.slf4j.Logger getLogger(Class<?> clazz)

setEnabled

public static void setEnabled(boolean enabled)

isEnabled

public static boolean isEnabled()


Copyright © 2014. All rights reserved.