@MessageLogger(projectCode="JBAS")
public interface TransactionLogger
extends org.jboss.logging.BasicLogger
Modifier and Type | Field and Description |
---|---|
static TransactionLogger |
ROOT_LOGGER
A logger with the category of the default transaction package.
|
Modifier and Type | Method and Description |
---|---|
void |
nodeIdentifierIsSetToDefault()
If the user has set node identifier to the default value
|
void |
transactionStillOpen(int status)
If the user left a transaction open
|
void |
unableToGetTransactionStatus(Throwable cause)
If the current transaction status could not be determined
|
void |
unableToRollBack(Throwable cause)
If a transaction could not be rolled back
|
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 TransactionLogger ROOT_LOGGER
@LogMessage(level=ERROR) @Message(id=10150, value="Unable to roll back active transaction") void unableToRollBack(@Cause Throwable cause)
@LogMessage(level=ERROR) @Message(id=10151, value="Unable to get transaction state") void unableToGetTransactionStatus(@Cause Throwable cause)
@LogMessage(level=ERROR) @Message(id=10152, value="APPLICATION ERROR: transaction still active in request with status %s") void transactionStillOpen(int status)
@LogMessage(level=WARN) @Message(id=10153, value="Node identifier property is set to the default value. Please make sure it is unique.") void nodeIdentifierIsSetToDefault()
Copyright © 2015 JBoss by Red Hat. All rights reserved.