See: Description
| Interface | Description |
|---|---|
| PaxAppender |
Framework library agnostic representation of a processor for logging events.
|
| PaxDefaultLogStreamProvider |
Interface to register OSGi services that give access to single
PrintStream
that should be used for many file-based default/fallback logs. |
| PaxErrorHandler |
Framework library agnostic representation of a handler invoked when processing
of logging event fails (usually inside appender).
|
| PaxFilter |
Framework library agnostic representation of a filter that may decide
whether to process (pass) logging event or not.
|
| PaxLayout |
Framework library agnostic representation of a layout that's used
to turn a logging event into String representation.
|
| PaxLevel |
Framework library agnostic representation of logging level.
|
| PaxLocationInfo |
Framework library agnostic representation of location info that identifies
the place in code where logging event was created.
|
| PaxLoggingEvent |
Framework library agnostic representation of logging event that may be filtered
and/or directed to an
appender. |
Copyright © 2006–2023 OPS4J - Open Participation Software for Java. All rights reserved.