@MessageLogger(projectCode="JBAS")
public interface CmpLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static CmpLogger |
ROOT_LOGGER
A logger with a category of the package name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
couldNotReattachAfterDrop() |
void |
couldNotSuspendTxBeforeDrop(String qualifiedTableName,
Exception e) |
void |
droppedTable(String tableName) |
void |
exceptionAlterTable(Exception e) |
void |
exceptionRollingBackTx(Transaction tx,
Exception e) |
void |
failedToCommit(Exception e) |
void |
failedToRollback(SystemException e1) |
void |
failedToStopEntityBridge(Exception e) |
void |
failedToUpdateTable(SQLException e) |
void |
incorrectCmrTableStructure(String qualifiedTableName) |
void |
pkFoundMoreThanOnceInHierarchy(String fieldName,
String entityPkClass,
String pkClass) |
void |
sqlError(Exception e) |
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, warnvstatic final CmpLogger ROOT_LOGGER
@LogMessage(level=ERROR)
@Message(id=18883,
value="Sql Error")
void sqlError(@Cause
Exception e)
@LogMessage(level=ERROR)
@Message(id=18884,
value="Failed to stop entity bridge.")
void failedToStopEntityBridge(@Cause
Exception e)
@LogMessage(level=ERROR)
@Message(id=18885,
value="Failed to update table")
void failedToUpdateTable(@Cause
SQLException e)
@LogMessage(level=ERROR)
@Message(id=18886,
value="Failed to rollback")
void failedToRollback(@Cause
SystemException e1)
@LogMessage(level=ERROR)
@Message(id=18887,
value="Failed to commit")
void failedToCommit(@Cause
Exception e)
@LogMessage(level=ERROR)
@Message(id=18888,
value="CMR table structure is incorrect for %s")
void incorrectCmrTableStructure(String qualifiedTableName)
@LogMessage(level=ERROR)
@Message(id=18889,
value="Could not suspend current transaction before drop table. \'%s\' will not be dropped.")
void couldNotSuspendTxBeforeDrop(String qualifiedTableName,
@Cause
Exception e)
@LogMessage(level=ERROR)
@Message(id=18890,
value="Could not reattach original transaction after drop table")
void couldNotReattachAfterDrop()
@LogMessage(level=WARN)
@Message(id=18891,
value="Exception while trying to rollback tx: %s")
void exceptionRollingBackTx(Transaction tx,
@Cause
Exception e)
@LogMessage(level=WARN)
@Message(id=18892,
value="Exception altering table")
void exceptionAlterTable(@Cause
Exception e)
@LogMessage(level=WARN)
@Message(id=18893,
value="PK field %s was found more than once in class hierarchy of %s. Will use the one from %s")
void pkFoundMoreThanOnceInHierarchy(String fieldName,
String entityPkClass,
String pkClass)
@LogMessage(level=INFO)
@Message(id=18894,
value="Dropped table %s successfully")
void droppedTable(String tableName)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.