com.sun.enterprise.module.common_impl
Class LogHelper

java.lang.Object
  extended by 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
LogHelper()
           
 
Method Summary
static Logger getDefaultLogger()
           
static boolean isLoggable(Level level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogHelper

public LogHelper()
Method Detail

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.