![JAR search and dependency download from the Maven repository](/logo.png)
com.mzt.logapi.context.LogRecordContext Maven / Gradle / Ivy
package com.mzt.logapi.context;
import org.springframework.util.CollectionUtils;
import java.util.ArrayDeque;
import java.util.Deque;
import java.util.HashMap;
import java.util.Map;
/**
* @author muzhantong
* create on 2021/2/9 2:22 下午
*/
public class LogRecordContext {
private static final InheritableThreadLocal>> VARIABLE_MAP_STACK = new InheritableThreadLocal<>();
private static final InheritableThreadLocal
© 2015 - 2025 Weber Informatics LLC | Privacy Policy