@MessageLogger(projectCode="JBAS")
public interface MessagingLogger
extends org.jboss.logging.BasicLogger
Modifier and Type | Field and Description |
---|---|
static MessagingLogger |
MESSAGING_LOGGER
A logger with the category
org.jboss.messaging . |
static MessagingLogger |
ROOT_LOGGER
The logger with the category of the package.
|
Modifier and Type | Method and Description |
---|---|
void |
aioWarning()
Logs a warning message indicating AIO was not found.
|
void |
boundJndiName(String jndiName)
Logs an informational message indicating a messaging object was bound to the JNDI name represented by the
jndiName parameter. |
void |
couldNotCloseFile(String file,
Throwable cause) |
void |
errorStoppingJmsServer(Throwable cause)
Logs an error message indicating an exception occurred while stopping the JMS server.
|
void |
failedToDestroy(String description,
String name)
Logs a warning message indicating the connection factory was not destroyed.
|
void |
failedToDestroy(Throwable cause,
String description,
String name)
Logs a warning message indicating the connection factory was not destroyed.
|
void |
revertOperationFailed(Throwable cause,
String className,
String operation,
PathAddress address)
Logs an error message indicating the class, represented by the
className parameter, caught an exception
attempting to revert the operation, represented by the operation parameter, at the address, represented
by the address parameter. |
void |
unboundJndiName(String jndiName)
Logs an informational message indicating a messaging object was unbound from the JNDI name represented by the
jndiName parameter. |
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 MessagingLogger ROOT_LOGGER
static final MessagingLogger MESSAGING_LOGGER
org.jboss.messaging
.@LogMessage(level=WARN) @Message(id=11600, value="AIO wasn\'t located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal") void aioWarning()
@LogMessage(level=INFO) @Message(id=11601, value="Bound messaging object to jndi name %s") void boundJndiName(String jndiName)
jndiName
parameter.jndiName
- the name the messaging object was bound to.@LogMessage(level=ERROR) @Message(id=11602, value="Exception while stopping JMS server") void errorStoppingJmsServer(@Cause Throwable cause)
cause
- the cause of the error.@LogMessage(level=WARN) @Message(id=11603, value="Failed to destroy %s: %s") void failedToDestroy(@Cause Throwable cause, String description, String name)
cause
- the cause of the error.description
- the description of what failed to get destroyed.name
- the name of the factory.@LogMessage(level=WARN) void failedToDestroy(String description, String name)
description
- the description of what failed to get destroyed.name
- the name of the factory.@LogMessage(level=ERROR) @Message(id=11604, value="%s caught exception attempting to revert operation %s at address %s") void revertOperationFailed(@Cause Throwable cause, String className, String operation, PathAddress address)
className
parameter, caught an exception
attempting to revert the operation, represented by the operation
parameter, at the address, represented
by the address
parameter.cause
- the cause of the error.className
- the name of the class that caused the error.operation
- the operation.address
- the address.@LogMessage(level=INFO) @Message(id=11605, value="Unbound messaging object to jndi name %s") void unboundJndiName(String jndiName)
jndiName
parameter.jndiName
- the name the messaging object was bound to.Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.