Class LuceneLogCategories
- java.lang.Object
-
- org.hibernate.search.backend.lucene.logging.impl.LuceneLogCategories
-
public final class LuceneLogCategories extends Object
Log categories to be used withLoggerFactory.make(Class, LogCategory).- Author:
- Gunnar Morling
-
-
Field Summary
Fields Modifier and Type Field Description static LogCategoryINFOSTREAM_LOGGER_CATEGORYThis is the category of the Logger used to print out the Lucene infostream.static StringINFOSTREAM_LOGGER_CATEGORY_NAME
-
-
-
Field Detail
-
INFOSTREAM_LOGGER_CATEGORY_NAME
public static final String INFOSTREAM_LOGGER_CATEGORY_NAME
- See Also:
- Constant Field Values
-
INFOSTREAM_LOGGER_CATEGORY
public static final LogCategory 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:
LuceneIndexSettings.IO_WRITER_INFOSTREAM
-
-