| Class | Description |
|---|---|
| AsyncLoggerConfigInstrumentation |
Instrument to intercept AsyncLoggerConfig of log4j2, .
|
| AsyncLoggerConfigMethodInterceptor |
Pass the global trace Id into the _sw field of Lo4jLogEvent instance after enhancing
|
| 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 Id into the _sw field of RingBufferLogEvent instance after enhancing
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.