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, config, entering, entering, exiting, exiting, fine, fine, finer, finer, finer, finest, finest, finest, getLogger, info, info, info, isLoggable, isMethodCallLoggable, log, log, log, log, logException, logException, logException, logSevereException, logSevereException, logSevereException, setLevel, severe, severe, severe, warning, warning, warningpublic 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–2017 Oracle Corporation. All rights reserved.