Class LogHelper
- java.lang.Object
-
- com.sun.enterprise.module.common_impl.LogHelper
-
public class LogHelper extends Object
The logging relataed methods have been refactored out of Utils class which exists in impl module.- Author:
- Sanjeeb.Sahoo@Sun.COM
-
-
Constructor Summary
Constructors Constructor Description LogHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Logger
getDefaultLogger()
static boolean
isLoggable(Level level)
-
-
-
Method Detail
-
getDefaultLogger
public static Logger getDefaultLogger()
-
isLoggable
public static boolean isLoggable(Level level)
- Returns:
- See Also:
Logger.isLoggable(java.util.logging.Level)
-
-