Uses of Class
org.apache.solr.logging.LoggerInfo
-
Packages that use LoggerInfo Package Description org.apache.solr.logging APIs related to capturing log event info in theLoggingHandlerorg.apache.solr.logging.jul JUL based implementation ofLogWatcherorg.apache.solr.logging.log4j2 LOG4J2 based implementation ofLogWatcher -
-
Uses of LoggerInfo in org.apache.solr.logging
Methods in org.apache.solr.logging that return types with arguments of type LoggerInfo Modifier and Type Method Description abstract Collection<LoggerInfo>LogWatcher. getAllLoggers()Methods in org.apache.solr.logging with parameters of type LoggerInfo Modifier and Type Method Description intLoggerInfo. compareTo(LoggerInfo other) -
Uses of LoggerInfo in org.apache.solr.logging.jul
Subclasses of LoggerInfo in org.apache.solr.logging.jul Modifier and Type Class Description classJulInfoMethods in org.apache.solr.logging.jul that return types with arguments of type LoggerInfo Modifier and Type Method Description Collection<LoggerInfo>JulWatcher. getAllLoggers() -
Uses of LoggerInfo in org.apache.solr.logging.log4j2
Subclasses of LoggerInfo in org.apache.solr.logging.log4j2 Modifier and Type Class Description protected classLog4j2Watcher.Log4j2InfoMethods in org.apache.solr.logging.log4j2 that return types with arguments of type LoggerInfo Modifier and Type Method Description Collection<LoggerInfo>Log4j2Watcher. getAllLoggers()
-