Package org.jipijapa
Class JipiLogger_$logger
java.lang.Object
org.jboss.logging.DelegatingBasicLogger
org.jipijapa.JipiLogger_$logger
- All Implemented Interfaces:
Serializable,org.jboss.logging.BasicLogger,JipiLogger
@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor",
date="2025-03-26T16:18:33+0000")
public class JipiLogger_$logger
extends org.jboss.logging.DelegatingBasicLogger
implements JipiLogger, org.jboss.logging.BasicLogger, Serializable
Warning this class consists of generated code.
- See Also:
-
Field Summary
Fields inherited from class org.jboss.logging.DelegatingBasicLogger
logFields inherited from interface org.jipijapa.JipiLogger
JPA_LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal IllegalArgumentExceptionCreates an exception indicating the input stream reference cannot be changed.protected Stringfinal voidcannotLoadEntityClass(Throwable cause, String className) warn that the entity class could not be loaded with thePersistenceUnitInfo.getClassLoader().protected Stringfinal RuntimeExceptioncannotOpenVFSStream(Throwable cause, String name) Could not open VFS streamprotected Stringfinal voidcannotUseSecondLevelCache(String scopedPuName) warn that the 2nd is not integratedprotected Stringfinal IllegalArgumentExceptionemptyParameter(String parameterName) Creates an exception indicating the parameter, likely a collection, is empty.protected Stringprotected Localefinal RuntimeExceptionCreates an exception indicating the persistence unit metadata likely because thread local was not set.protected Stringfinal RuntimeExceptionCreates an exception indicating the method is not yet implemented.protected Stringfinal IllegalArgumentExceptionCreates an exception indicating the variable isnull.protected Stringfinal IllegalArgumentExceptionuriSyntaxException(Throwable cause) URI format is incorrect, which results in a syntax errorprotected StringMethods inherited from class org.jboss.logging.DelegatingBasicLogger
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, warnvMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.logging.BasicLogger
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, warnv
-
Constructor Details
-
JipiLogger_$logger
public JipiLogger_$logger(org.jboss.logging.Logger log)
-
-
Method Details
-
getLoggingLocale
-
cannotLoadEntityClass
Description copied from interface:JipiLoggerwarn that the entity class could not be loaded with thePersistenceUnitInfo.getClassLoader().- Specified by:
cannotLoadEntityClassin interfaceJipiLogger- Parameters:
cause- the cause of the error.className- the entity class name.
-
cannotLoadEntityClass$str
-
cannotChangeInputStream$str
-
cannotChangeInputStream
Description copied from interface:JipiLoggerCreates an exception indicating the input stream reference cannot be changed.- Specified by:
cannotChangeInputStreamin interfaceJipiLogger- Returns:
- an
IllegalArgumentExceptionfor the error.
-
emptyParameter$str
-
emptyParameter
Description copied from interface:JipiLoggerCreates an exception indicating the parameter, likely a collection, is empty.- Specified by:
emptyParameterin interfaceJipiLogger- Parameters:
parameterName- the parameter name.- Returns:
- an
IllegalArgumentExceptionfor the error.
-
missingPersistenceUnitMetadata$str
-
missingPersistenceUnitMetadata
Description copied from interface:JipiLoggerCreates an exception indicating the persistence unit metadata likely because thread local was not set.- Specified by:
missingPersistenceUnitMetadatain interfaceJipiLogger- Returns:
- a
RuntimeExceptionfor the error.
-
notYetImplemented$str
-
notYetImplemented
Description copied from interface:JipiLoggerCreates an exception indicating the method is not yet implemented.- Specified by:
notYetImplementedin interfaceJipiLogger- Returns:
- a
RuntimeExceptionfor the error.
-
nullVar$str
-
nullVar
Description copied from interface:JipiLoggerCreates an exception indicating the variable isnull.- Specified by:
nullVarin interfaceJipiLogger- Parameters:
varName- the variable name.- Returns:
- an
IllegalArgumentExceptionfor the error.
-
cannotOpenVFSStream$str
-
cannotOpenVFSStream
Description copied from interface:JipiLoggerCould not open VFS stream- Specified by:
cannotOpenVFSStreamin interfaceJipiLogger- Parameters:
cause- the cause of the error.name- of VFS file- Returns:
- a
RuntimeExceptionfor the error.
-
uriSyntaxException$str
-
uriSyntaxException
Description copied from interface:JipiLoggerURI format is incorrect, which results in a syntax error- Specified by:
uriSyntaxExceptionin interfaceJipiLogger- Returns:
- an
IllegalArgumentExceptionfor the error.
-
cannotUseSecondLevelCache
Description copied from interface:JipiLoggerwarn that the 2nd is not integrated- Specified by:
cannotUseSecondLevelCachein interfaceJipiLogger- Parameters:
scopedPuName- identifies the app specific persistence unit name
-
cannotUseSecondLevelCache$str
-