public class LoggerFactoryImpl extends java.lang.Object implements LoggerFactory
DEBUG_COMPONENT, DEBUG_CONFIG, DEBUG_DEPLOYMENT, DEBUG_PERSISTENCE, DEBUG_SECURITY, DEBUG_TRANSACTION, DEBUG_VALIDATION
Constructor and Description |
---|
LoggerFactoryImpl(LoggerFactory factory)
constructor
|
Modifier and Type | Method and Description |
---|---|
java.util.logging.Logger |
component() |
java.util.logging.Logger |
config() |
ConfigLogger |
configLogger() |
java.util.logging.Logger |
deploy() |
java.util.logging.Logger |
getDebugLogger(java.lang.String name)
returns the debug logger for the given name
|
java.util.logging.Logger |
getLogLogger()
returns the log logger
|
java.util.logging.Logger |
log() |
java.util.logging.Logger |
persistence() |
java.util.logging.Logger |
security() |
java.util.logging.Logger |
transaction() |
java.util.logging.Logger |
validation() |
public LoggerFactoryImpl(LoggerFactory factory)
public java.util.logging.Logger getLogLogger()
getLogLogger
in interface LoggerFactory
public java.util.logging.Logger getDebugLogger(java.lang.String name)
getDebugLogger
in interface LoggerFactory
public java.util.logging.Logger log()
public ConfigLogger configLogger()
public java.util.logging.Logger config()
public java.util.logging.Logger component()
public java.util.logging.Logger deploy()
public java.util.logging.Logger persistence()
public java.util.logging.Logger security()
public java.util.logging.Logger transaction()
public java.util.logging.Logger validation()