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

eu.unicore.gateway.util.LogUtil Maven / Gradle / Ivy

The newest version!
package eu.unicore.gateway.util;

import eu.unicore.util.Log;

public class LogUtil extends Log {

	/**
	 * logger prefix for general Gateway code
	 */
	public static final String GATEWAY="unicore.gateway";

	/**
	 * MDC context key for the client's IP
	 */
	public static final String MDC_IP="clientIP";

	/**
	 * MDC context key for the client's DN
	 */
	public static final String MDC_DN="clientName";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy