com.ebmwebsourcing.easycommons.logger
Class LoggerHelper

java.lang.Object
  extended by com.ebmwebsourcing.easycommons.logger.LoggerHelper

public final class LoggerHelper
extends java.lang.Object

Author:
aruffie Class util which provide several helping methods

Method Summary
static java.util.logging.Level getLevelOrParentLevel(java.util.logging.Logger logger)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLevelOrParentLevel

public static final java.util.logging.Level getLevelOrParentLevel(java.util.logging.Logger logger)
Parameters:
logger - The specified instance
Returns:
Return the level of logger or the level owned by its parent.


Copyright © 2011 Petals Link. All Rights Reserved.