All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.healthy.common.log.constant.LogConstant Maven / Gradle / Ivy

There is a newer version: 2.0.0-M1
Show newest version
package com.healthy.common.log.constant;

/**
 * LogConstant
 *
 * @author xm.z
 */
public final class LogConstant {

	/**
	 * 跟踪ID,用于一次请求或执行方法时,产生的各种日志间的数据关联
	 */
	public static final String TRACE_ID = "traceId";

	private LogConstant() {
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy