Package | Description |
---|---|
org.apache.solr.core |
Core classes implementin Solr internals and the management of
SolrCore s |
org.apache.solr.logging |
APIs related to capturing log event info in the
LoggingHandler |
org.apache.solr.logging.jul |
JUL based implementation of
LogWatcher |
org.apache.solr.logging.log4j |
Log4j based implementation of
LogWatcher |
Modifier and Type | Field and Description |
---|---|
protected LogWatcher |
CoreContainer.logging |
Modifier and Type | Method and Description |
---|---|
LogWatcher |
CoreContainer.getLogging() |
Modifier and Type | Method and Description |
---|---|
static LogWatcher |
LogWatcher.newRegisteredLogWatcher(LogWatcherConfig config,
SolrResourceLoader loader)
Create and register a LogWatcher.
|
Modifier and Type | Class and Description |
---|---|
class |
JulWatcher |
Constructor and Description |
---|
RecordHandler(LogWatcher<LogRecord> framework) |
Modifier and Type | Class and Description |
---|---|
class |
Log4jWatcher |
Constructor and Description |
---|
EventAppender(LogWatcher<org.apache.log4j.spi.LoggingEvent> framework) |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.