@MessageLogger(projectCode="WFLYNOSQL",
length=4)
public interface NoSQLLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static NoSQLLogger |
ROOT_LOGGER
Default root level logger with the package name for he category.
|
| Modifier and Type | Method and Description |
|---|---|
IllegalArgumentException |
annotationAttributeMissing(String annotation,
String attribute)
Creates an exception indicating the annotation must provide the attribute.
|
IllegalStateException |
cannotAddReferenceToModule(String module,
Object currentValue,
String deploymentName)
Creates an exception
module to the deployment.
|
void |
driverFailedToStop(Throwable cause)
Logs an error message indicating the driver failed to stop
|
void |
ignoringNamedQualifier(String profile,
Collection<String> strings) |
void |
ignoringResourceLookup(String lookup,
Collection<String> strings) |
org.jboss.as.controller.OperationFailedException |
invalidParameter(String transaction,
String str,
ArrayList arrayList) |
void |
scannedNamedQualifier(String profile,
String moduleName) |
void |
scannedResourceLookup(String lookup,
String moduleName) |
IllegalArgumentException |
unassignable(Class clazz) |
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, 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, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, 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 NoSQLLogger ROOT_LOGGER
@LogMessage(level=ERROR)
@Message(id=1,
value="Failed to stop")
void driverFailedToStop(@Cause
Throwable cause)
cause - the cause of the error.@Message(id=2,
value="Cannot specify NoSQL module \'%s\' when a different module \'%s\' is already associated with application (%s)")
IllegalStateException cannotAddReferenceToModule(String module,
Object currentValue,
String deploymentName)
module - currentValue - deploymentName - RuntimeException for the error.@Message(id=3,
value="%s annotations must provide a %s.")
IllegalArgumentException annotationAttributeMissing(String annotation,
String attribute)
annotation - the annotation.attribute - the attribute.IllegalArgumentException for the exception.@Message(id=4,
value="Cannot unwrap class \'%s\'.")
IllegalArgumentException unassignable(Class clazz)
@Message(id=5,
value="Cannot set %s to %s. Instead set to one of %s")
org.jboss.as.controller.OperationFailedException invalidParameter(String transaction,
String str,
ArrayList arrayList)
@LogMessage(level=INFO)
@Message(id=6,
value="Ignored @Inject @Named(%s), does not reference known NoSQL profile name. Known NoSQL profile names=%s")
void ignoringNamedQualifier(String profile,
Collection<String> strings)
@LogMessage(level=INFO)
@Message(id=7,
value="Scanned @Inject @Named reference to NoSQL profile %s, which refers to NoSQL module %s")
void scannedNamedQualifier(String profile,
String moduleName)
@LogMessage(level=INFO)
@Message(id=8,
value="Ignored @Resource lookup %s, does not reference known NoSQL jndi-name. Known NoSQL jndi-names=%s")
void ignoringResourceLookup(String lookup,
Collection<String> strings)
Copyright © 2017 JBoss by Red Hat. All rights reserved.