Class LuceneLogCategories
java.lang.Object
org.hibernate.search.backend.lucene.logging.impl.LuceneLogCategories
Log categories to be used with
LoggerFactory.make(Class, LogCategory, java.lang.invoke.MethodHandles.Lookup).- Author:
- Gunnar Morling
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LogCategoryThis is the category of the Logger used to print out the Lucene infostream.static final String -
Method Summary
-
Field Details
-
INFOSTREAM_LOGGER_CATEGORY_NAME
- See Also:
-
INFOSTREAM_LOGGER_CATEGORY
This is the category of the Logger used to print out the Lucene infostream.To enable the logger, the category needs to be enabled at TRACE level and configuration property
org.hibernate.search.backend.configuration.impl.IndexWriterSetting#INFOSTREAMneeds to be enabled on the index.- See Also:
-