| Class | Description |
|---|---|
| CustomArgument | |
| JsonFactoryProvider | |
| NewRelicAsyncAppender |
An
AsyncAppender implementation that synchronously captures New Relic trace data. |
| NewRelicEncoder |
An
Encoder that will write New Relic's JSON format. |
| NewRelicJsonLayout |
NewRelicEncoder must be
used as an encoder for the New Relic JSON format. The NewRelicAsyncAppender must
be used to wrap the appender so that the encoder can capture the trace and span information at the time of the
log message.