@MessageLogger(projectCode="JBAS")
public interface JAXRLogger
extends org.jboss.logging.BasicLogger
Modifier and Type | Field and Description |
---|---|
static JAXRLogger |
JAXR_LOGGER |
static JAXRLogger |
ROOT_LOGGER
Default root level logger with the package name for he category.
|
Modifier and Type | Method and Description |
---|---|
void |
bindingJAXRConnectionFactory(Object jndiName)
Logs an info message indicating that the jaxr implementation is bound into JNDI.
|
void |
bindingJAXRConnectionFactoryFailed()
Logs an error message indicating that the jaxr implementation cannot be bound into JNDI.
|
void |
factoryNameFromDefault(String factoryClassName)
Obtained JAXR factory class name using the Default Scout implementation.
|
void |
factoryNameFromJBossConfig(String key,
String value)
Obtained JAXR factory class name using a JBoss Configuration.
|
void |
factoryNameFromServiceLoader(String factoryClassName)
Obtained JAXR factory class name using the ServiceLoader API.
|
void |
factoryNameFromSystemProperty(String key,
String value)
Obtained JAXR factory class name using a System Property.
|
void |
unBindingJAXRConnectionFactory(Object jndiName)
Logs an info message indicating that the jaxr implementation is unbound from JNDI.
|
void |
unBindingJAXRConnectionFactoryFailed()
Logs an error message indicating that the jaxr implementation cannot be unbound from JNDI.
|
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
static final JAXRLogger ROOT_LOGGER
static final JAXRLogger JAXR_LOGGER
@LogMessage(level=INFO) @Message(id=14000, value="Started JAXR subsystem, binding JAXR connection factory into JNDI as: %s") void bindingJAXRConnectionFactory(Object jndiName)
jndiName
- the JNDI name of the JAXR ConnectionFactory.@LogMessage(level=ERROR) @Message(id=14001, value="Cannot bind JAXR ConnectionFactory") void bindingJAXRConnectionFactoryFailed()
jndi-name
- the JNDI name of the JAXR ConnectionFactory.@LogMessage(level=INFO) @Message(id=14002, value="UnBinding JAXR ConnectionFactory: %s") void unBindingJAXRConnectionFactory(Object jndiName)
jndiName
- the JNDI name of the JAXR ConnectionFactory.@LogMessage(level=ERROR) @Message(id=14003, value="Cannot unbind JAXR ConnectionFactory") void unBindingJAXRConnectionFactoryFailed()
jndi-name
- the JNDI name of the JAXR ConnectionFactory.@LogMessage(level=DEBUG) @Message(id=14004, value="Obtained the JAXR factory name from System Property %s, using jaxr implementation %s") void factoryNameFromSystemProperty(String key, String value)
key
- the name of the JAXR ConnectionFactory implementation property.value
- the value of the JAXR ConnectionFactory implementation property.@LogMessage(level=DEBUG) @Message(id=14005, value="Obtained the JAXR factory name from JBoss configuration %s, using jaxr implementation %s") void factoryNameFromJBossConfig(String key, String value)
key
- the name of the JAXR ConnectionFactory implementation property.value
- the value of the JAXR ConnectionFactory implementation property.@LogMessage(level=DEBUG) @Message(id=14006, value="Obtained the JAXR factory name from the ServiceLoader API reading file META-INF/services/javax.xml.registry.ConnectionFactory, using jaxr implementation %s") void factoryNameFromServiceLoader(String factoryClassName)
factoryClassName
- the JAXR ConnectionFactory implementation class.@LogMessage(level=DEBUG) @Message(id=14007, value="Using default JAXR factory implementation %s") void factoryNameFromDefault(String factoryClassName)
factoryClassName
- the JAXR ConnectionFactory implementation class.Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.