Uses of Class
org.hibernate.search.util.common.logging.impl.LogCategory
-
Packages that use LogCategory Package Description org.hibernate.search.backend.elasticsearch.logging.impl org.hibernate.search.backend.lucene.logging.impl org.hibernate.search.util.common.logging.impl -
-
Uses of LogCategory in org.hibernate.search.backend.elasticsearch.logging.impl
Fields in org.hibernate.search.backend.elasticsearch.logging.impl declared as LogCategory Modifier and Type Field Description static 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 LogCategory Modifier and Type Field Description static 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 LogCategory Modifier and Type Field Description static LogCategoryDefaultLogCategories. QUERYCategory for logging executed search queries at the TRACE level.Methods in org.hibernate.search.util.common.logging.impl with parameters of type LogCategory Modifier and Type Method Description static <T> TLoggerFactory. make(Class<T> logClass, LogCategory category)
-