|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.easycommons.logger.LoggerHelper
public final class LoggerHelper
| Method Summary | |
|---|---|
static java.util.List<java.util.logging.Handler> |
getHandlersOrParentHanders(java.util.logging.Logger logger)
Get the handlers of a logger and the handlers owned by its parent if it sends its output to its parent |
static java.util.logging.Level |
getLevelOrParentLevel(java.util.logging.Logger logger)
Get the level of a logger or the level owned by its parent. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final java.util.logging.Level getLevelOrParentLevel(java.util.logging.Logger logger)
logger - a logger
public static final java.util.List<java.util.logging.Handler> getHandlersOrParentHanders(java.util.logging.Logger logger)
logger - a logger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||