Contents
Interface Log
- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
Log_$logger
@MessageLogger(projectCode="ISPN")
@ValidIdRange(min=14501,
max=14800)
public interface Log
extends org.jboss.logging.BasicLogger
Log abstraction for the search mapper module.
- Since:
- 12.0
-
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.search.util.common.SearchException
errorRetrievingTypeModel
(Class<?> clazz, Exception cause) org.hibernate.search.util.common.SearchException
invalidEntityName
(String entityName) org.hibernate.search.util.common.SearchException
invalidEntitySuperType
(String entityName, Class<?> expectedSuperType, Class<?> actualJavaType) void
logIndexStartupModeMismatch
(String data, String index, String startupMode) org.hibernate.search.util.common.SearchException
multipleEntityTypesWithSameName
(String entityName, Class<?> previousType, Class<?> type) org.hibernate.search.util.common.SearchException
namedTypesNotSupported
(String name) org.hibernate.search.engine.environment.classpath.spi.ClassLoadingException
unableToLoadTheClass
(String className, Throwable cause) Methods 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
-
Method Details
-
errorRetrievingTypeModel
-
multipleEntityTypesWithSameName
-
namedTypesNotSupported
@Message(id=14503, value="Infinispan Search Mapper does not support named types. The type with name '%1$s' does not exist.") org.hibernate.search.util.common.SearchException namedTypesNotSupported(String name) -
unableToLoadTheClass
-
invalidEntityName
@Message(id=14505, value="Unknown entity name: '%1$s'.") org.hibernate.search.util.common.SearchException invalidEntityName(String entityName) -
invalidEntitySuperType
@Message(id=14506, value="Invalid type for '%1$s': the entity type must extend '%2$s', but entity type '%3$s' does not.") org.hibernate.search.util.common.SearchException invalidEntitySuperType(String entityName, @FormatWith(org.hibernate.search.util.common.logging.impl.ClassFormatter.class) Class<?> expectedSuperType, @FormatWith(org.hibernate.search.util.common.logging.impl.ClassFormatter.class) Class<?> actualJavaType) -
logIndexStartupModeMismatch
@LogMessage(level=WARN) @Message(id=14507, value="Data is '%s', while indexes are '%s', in the meantime the index startup mode configuration is set to '%s': this setting could lead to some inconsistency between the indexes and the data in case of restarting the nodes.") void logIndexStartupModeMismatch(String data, String index, String startupMode)
-