Package org.glassfish.internal.logging
Class DebugLogger
- java.lang.Object
-
- org.glassfish.internal.logging.DebugLogger
-
public class DebugLogger extends Object
Helper class for logging FINE level messages.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(String msg)voiddebug(String msg, Throwable thrown)static DebugLoggergetDebugLogger(String name)booleanisDebugEnabled()
-
-
-
Method Detail
-
getDebugLogger
public static DebugLogger getDebugLogger(String name)
-
isDebugEnabled
public boolean isDebugEnabled()
-
debug
public void debug(String msg)
-
-