Uses of Class
org.hibernate.search.util.common.logging.impl.LogCategory
Packages that use LogCategory
Package
Description
-
Uses of LogCategory in org.hibernate.search.backend.elasticsearch.logging.impl
Fields in org.hibernate.search.backend.elasticsearch.logging.impl declared as LogCategoryModifier and TypeFieldDescriptionstatic final LogCategoryElasticsearchLogCategories.REQUESTThis is the category of the Logger used to print out executed Elasticsearch requests, along with the execution time. -
Uses of LogCategory in org.hibernate.search.backend.lucene.logging.impl
Fields in org.hibernate.search.backend.lucene.logging.impl declared as LogCategoryModifier and TypeFieldDescriptionstatic final LogCategoryLuceneLogCategories.INFOSTREAM_LOGGER_CATEGORYThis is the category of the Logger used to print out the Lucene infostream. -
Uses of LogCategory in org.hibernate.search.util.common.logging.impl
Fields in org.hibernate.search.util.common.logging.impl declared as LogCategoryModifier and TypeFieldDescriptionstatic final LogCategoryDefaultLogCategories.QUERYCategory for logging executed search queries at the TRACE level.Methods in org.hibernate.search.util.common.logging.impl with parameters of type LogCategoryModifier and TypeMethodDescriptionstatic <T> TLoggerFactory.make(Class<T> logClass, LogCategory category, MethodHandles.Lookup creationContext)