程序包 org.apache.skywalking.apm.toolkit.activation.log.log4j.v2.x.async
package org.apache.skywalking.apm.toolkit.activation.log.log4j.v2.x.async
-
类类说明Instrument to intercept AsyncLoggerConfig of log4j2, .Pass the global trace context into the _sw field of Lo4jLogEvent instance after enhancingLog4jLogEvent implements LogEvent, which is a message in the Disruptor Array of the AsyncLoggerConfigDisruptor.class, appended by AsyncLoggerConfig.class.Enhance all the Log4jLogEvent instance so that it can carries the trace id in _sw fieldPass the global trace context into the _sw field of RingBufferLogEvent instance after enhancing