Class LogHelper
- java.lang.Object
-
- com.sun.enterprise.module.common_impl.LogHelper
-
public class LogHelper extends java.lang.Object
The logging relataed methods have been refactored out of Utils class which exists in impl module.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.logging.Logger
logger
-
Constructor Summary
Constructors Constructor Description LogHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.logging.Logger
getDefaultLogger()
static boolean
isLoggable(java.util.logging.Level level)
-