public class DefaultLoggerFactory extends java.lang.Object implements LoggerFactory
This implementation creates java.util.logging.Loggers using the logger name "com.bea.wli.config.logging".
DEBUG_COMPONENT, DEBUG_CONFIG, DEBUG_DEPLOYMENT, DEBUG_PERSISTENCE, DEBUG_SECURITY, DEBUG_TRANSACTION, DEBUG_VALIDATION
Constructor and Description |
---|
DefaultLoggerFactory()
constructor
|
DefaultLoggerFactory(java.lang.String logname, java.lang.String debuglogprefix)
constructor
|
Modifier and Type | Method and Description |
---|---|
java.util.logging.Logger |
getDebugLogger(java.lang.String key)
returns the Debug Logger instance for the given name
|
java.util.logging.Logger |
getLogLogger()
returns a default log logger
|
public DefaultLoggerFactory()
public DefaultLoggerFactory(java.lang.String logname, java.lang.String debuglogprefix)
public java.util.logging.Logger getLogLogger()
getLogLogger
in interface LoggerFactory
public java.util.logging.Logger getDebugLogger(java.lang.String key)
getDebugLogger
in interface LoggerFactory