com.sun.enterprise.module.common_impl
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogHelper
public LogHelper()
getDefaultLogger
public static Logger getDefaultLogger()
isLoggable
public static boolean isLoggable(Level level)
- Returns:
- See Also:
Logger.isLoggable(java.util.logging.Level)
Copyright © 2013 Oracle Corporation. All Rights Reserved.