| Class | Description |
|---|---|
| AsyncAppenderInstrumentation | |
| AsyncAppenderMethodInterceptor | |
| AsyncLoggerConfigInstrumentation |
Instrument to intercept AsyncLoggerConfig of log4j2, .
|
| AsyncLoggerConfigMethodInterceptor |
Pass the global trace context into the _sw field of Lo4jLogEvent instance after enhancing
|
| CreateMementoInstrumentation | |
| CreateMementoInterceptor | |
| Log4jLogEventConstructorInterceptor |
Log4jLogEvent implements LogEvent, which is a message in the Disruptor Array of the AsyncLoggerConfigDisruptor.class,
appended by AsyncLoggerConfig.class.
|
| Log4jLogEventInstrumentation |
Enhance all the Log4jLogEvent instance so that it can carries the trace id in _sw field
|
| RingBufferLogEventInstrumentation | |
| RingBufferLogEventMethodInterceptor |
Pass the global trace context into the _sw field of RingBufferLogEvent instance after enhancing
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.