Log4j2 Ttl Thread Context Map Save

🌳 Log4j2 TTL ThreadContextMap, Log4j2 extension integrated TransmittableThreadLocal to MDC

Project README

🌳 Log4j2 TTL ThreadContextMap

Github Workflow Build Status Coverage Status JDK support License Maven Central GitHub release GitHub Stars GitHub Forks user repos GitHub repo size gitpod: Ready to Code



🔧 Functions

👉 Enable the transmitting Log4j2 ThreadContext(ThreadLocal value) between threads even using thread pooling components by Transmittable ThreadLocal(TTL).

From v1.4+ upgrade to Java 8.
If you need Java 6 support, use version 1.3.x Maven Central

👥 Usage

Just add this dependency into your project to activate the Log4j2 TTL ThreadContextMap. ✨

🏃 Run Demo

Run Demo Code

./mvnw clean test-compile -Dexec.classpathScope=test -Dexec.mainClass=com.alibaba.ttl.log4j2.Log4j2Demo exec:java

./mvnw clean test-compile -Dexec.classpathScope=test -Dexec.mainClass=com.alibaba.ttl.log4j2.Slf4jMdcDemo exec:java

🍪 Dependency

<!--
    because this dependency is implemented by log4j2 runtime extension
    that will never be used by biz code,
    set scope to *runtime*.
-->
<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>log4j2-ttl-thread-context-map</artifactId>
    <version>1.4.0</version>
    <scope>runtime</scope>
</dependency>

Find up-to-date available versions at search.maven.org.

📚 Related resources

Open Source Agenda is not affiliated with "Log4j2 Ttl Thread Context Map" Project. README Source: oldratlee/log4j2-ttl-thread-context-map

Open Source Agenda Badge

Open Source Agenda Rating