@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date="2021-12-14T17:10:47-0600") public class JipiLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements JipiLogger, org.jboss.logging.BasicLogger, Serializable
JPA_LOGGER| Constructor and Description |
|---|
JipiLogger_$logger(org.jboss.logging.Logger log) |
| Modifier and Type | Method and Description |
|---|---|
IllegalArgumentException |
cannotChangeInputStream()
Creates an exception indicating the input stream reference cannot be changed.
|
protected String |
cannotChangeInputStream$str() |
void |
cannotLoadEntityClass(Throwable cause,
String className)
warn that the entity class could not be loaded with the
PersistenceUnitInfo.getClassLoader(). |
protected String |
cannotLoadEntityClass$str() |
RuntimeException |
cannotOpenVFSStream(Throwable cause,
String name)
Could not open VFS stream
|
protected String |
cannotOpenVFSStream$str() |
void |
cannotUseSecondLevelCache(String scopedPuName)
warn that the 2nd is not integrated
|
protected String |
cannotUseSecondLevelCache$str() |
IllegalArgumentException |
emptyParameter(String parameterName)
Creates an exception indicating the parameter, likely a collection, is empty.
|
protected String |
emptyParameter$str() |
protected Locale |
getLoggingLocale() |
RuntimeException |
missingPersistenceUnitMetadata()
Creates an exception indicating the persistence unit metadata likely because thread local was not set.
|
protected String |
missingPersistenceUnitMetadata$str() |
RuntimeException |
notYetImplemented()
Creates an exception indicating the method is not yet implemented.
|
protected String |
notYetImplemented$str() |
IllegalArgumentException |
nullVar(String varName)
Creates an exception indicating the variable is
null. |
protected String |
nullVar$str() |
IllegalArgumentException |
uriSyntaxException(Throwable cause)
URI format is incorrect, which results in a syntax error
|
protected String |
uriSyntaxException$str() |
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, warnvclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdebug, 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, warnvprotected Locale getLoggingLocale()
public final void cannotLoadEntityClass(Throwable cause, String className)
JipiLoggerPersistenceUnitInfo.getClassLoader().cannotLoadEntityClass in interface JipiLoggercause - the cause of the error.className - the entity class name.protected String cannotLoadEntityClass$str()
protected String cannotChangeInputStream$str()
public final IllegalArgumentException cannotChangeInputStream()
JipiLoggercannotChangeInputStream in interface JipiLoggerIllegalArgumentException for the error.protected String emptyParameter$str()
public final IllegalArgumentException emptyParameter(String parameterName)
JipiLoggeremptyParameter in interface JipiLoggerparameterName - the parameter name.IllegalArgumentException for the error.protected String missingPersistenceUnitMetadata$str()
public final RuntimeException missingPersistenceUnitMetadata()
JipiLoggermissingPersistenceUnitMetadata in interface JipiLoggerRuntimeException for the error.protected String notYetImplemented$str()
public final RuntimeException notYetImplemented()
JipiLoggernotYetImplemented in interface JipiLoggerRuntimeException for the error.protected String nullVar$str()
public final IllegalArgumentException nullVar(String varName)
JipiLoggernull.nullVar in interface JipiLoggervarName - the variable name.IllegalArgumentException for the error.protected String cannotOpenVFSStream$str()
public final RuntimeException cannotOpenVFSStream(Throwable cause, String name)
JipiLoggercannotOpenVFSStream in interface JipiLoggercause - the cause of the error.name - of VFS fileRuntimeException for the error.protected String uriSyntaxException$str()
public final IllegalArgumentException uriSyntaxException(Throwable cause)
JipiLoggeruriSyntaxException in interface JipiLoggerIllegalArgumentException for the error.public final void cannotUseSecondLevelCache(String scopedPuName)
JipiLoggercannotUseSecondLevelCache in interface JipiLoggerscopedPuName - identifies the app specific persistence unit nameprotected String cannotUseSecondLevelCache$str()
Copyright © 2021 JBoss by Red Hat. All rights reserved.