| Interface | Description |
|---|---|
| HandlerConsumer |
Implementors maintain a list of handlers and are notified when the handlers are updated.
|
| HandlerProducer |
This is implemented by handler subviews.
|
| LoggingPresenter.MyProxy | |
| LoggingPresenter.MyView |
| Class | Description |
|---|---|
| AbstractFileHandlerSubview<T> |
Main view class for Loggers.
|
| AbstractHandlerSubview<T extends NamedEntity> |
Main view class for Loggers.
|
| AbstractLoggingSubview<T> |
Abstract base class for sub-views.
|
| AsyncHandlerSubview |
Subview for Async Handlers.
|
| ConsoleHandlerSubview |
Subview for Console Handlers.
|
| CustomHandlerSubview |
Subview for Custom Handlers.
|
| FileHandlerSubview |
Subview for File Handlers.
|
| HandlerListManager |
This class manages the aggregated list of handlers.
|
| LoggerSubview |
Main view class for Loggers.
|
| LoggingLevelProducer |
This class reads all the allowed log levels and notifies all the consumers of the result.
|
| LoggingPresenter |
The Presenter for Logging
|
| LoggingView |
Main view class for the Logging subsystem.
|
| PeriodicRotatingFileHandlerSubview |
Subview for PeriodicRotatingFileHandler.
|
| PeriodicSizeRotatingFileHandlerSubview |
Subview for PeriodicSizeRotatingFileHandler.
|
| RootLoggerSubview |
Main view class for Loggers.
|
| SizeRotatingFileHandlerSubview |
Subview for SizeRotatingFileHandler.
|
| SuffixValidatingTextItem | |
| SyslogHandlerView |
Subview for Console Handlers.
|
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.