public class RegistrationLogger extends Object
The system property com.sun.enterprise.registration.logging.level can be set to any legal logging level value and that will be used as the initial level for the logger.
| Modifier and Type | Method and Description |
|---|---|
static Logger |
getLogger()
Returns the logger to be used for logging registration-related
messages.
|
static void |
setLogger(Logger logger)
Overrides the default logger with one of the caller's choosing.
|
public static Logger getLogger()
public static void setLogger(Logger logger)
logger - the Logger to use in place of the default oneCopyright © 2017. All rights reserved.