| Interface | Description |
|---|---|
| LogFilterSettings |
Created by colby.clegg on 5/5/2016.
|
| LoggingManager | |
| MDCUtils.MDCCloseable | |
| MonitoringSession |
A monitoring session is a way for us to set levels and filters on the logging system, and have them timeout after a
certain period of time.
|
| Class | Description |
|---|---|
| EventManagerImpl |
NOTE: This is an in-memory event collector, but it's not currently used.
|
| LogEvent |
This is a general purpose representation of a logging event.
|
| LoggingManagerImpl | |
| LoggingSystemTurboFilter |
This is our main filter in the logging system.
|
| LoggingSystemTurboFilter.MDCKeyFilter |
We can do 2 things: 1) set levels for specific property values (which
bypass/ignore logger levels) 2) set property filters, so that events only
pass when the property matches.
|
| LogQueryConfig |
A set of parameters for querying the logging system.
|
| LogQueryConfig.LogQueryConfigBuilder | |
| LogQueryConfig.PropertyFilter | |
| LogResults |
The results of a query to the logging system.
|
| MDCUtils | |
| MDCUtils.MDCDetails | |
| SystemEventFilter |
Filters to only logging events that are "system events", or get logged with a "system" marker.
|
| Enum | Description |
|---|---|
| Level |
Our definition of levels, since there are many different versions defined across the different frameworks.
|