public final class JpsLogger
extends java.lang.Object
| Constructor and Description |
|---|
JpsLogger() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.logging.Logger |
getLogger(JpsModuleType moduleType, JpsBundleType bundleType)
This method returns the cached logger for the given jps module type and given bundle type
|
static void |
setProductLogger(java.util.logging.Logger productLogger)
Set a product Logger to be used with OPSS.
|
public static void setProductLogger(java.util.logging.Logger productLogger)
productLogger - The product Logger to delegate to.java.lang.IllegalStateException - If an attempt is made to set the product Logger after OPSS Loggers have been initialized.public static java.util.logging.Logger getLogger(JpsModuleType moduleType, JpsBundleType bundleType)
moduleType - The jps module type of JpsModuleType typebundleType - The jps bundle tyle of JpsBundleType type