public final class PolicyLogger
extends com.sun.istack.logging.Logger
Logger
interface.Modifier and Type | Method and Description |
---|---|
static PolicyLogger |
getLogger(Class<?> componentClass)
The factory method returns preconfigured PolicyLogger wrapper for the class.
|
config, config, entering, entering, exiting, exiting, fine, fine, finer, finer, finest, finest, getLogger, info, info, isLoggable, isMethodCallLoggable, log, log, logException, logException, logException, logSevereException, logSevereException, logSevereException, setLevel, severe, severe, warning, warning
public static PolicyLogger getLogger(Class<?> componentClass)
componentClass
- class of the component that will use the logger instance. Must not be null
.NullPointerException
- if the componentClass parameter is null
.Copyright © 2006-2013 Oracle Corporation. All Rights Reserved.