| Package | Description |
|---|---|
| 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 | Method and Description |
|---|---|
abstract Collection<LoggerInfo> |
LogWatcher.getAllLoggers() |
| Modifier and Type | Method and Description |
|---|---|
int |
LoggerInfo.compareTo(LoggerInfo other) |
| Modifier and Type | Class and Description |
|---|---|
class |
JulInfo |
| Modifier and Type | Method and Description |
|---|---|
Collection<LoggerInfo> |
JulWatcher.getAllLoggers() |
| Modifier and Type | Class and Description |
|---|---|
class |
Log4jInfo |
| Modifier and Type | Method and Description |
|---|---|
Collection<LoggerInfo> |
Log4jWatcher.getAllLoggers() |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.