
eu.unicore.gateway.util.LogUtil Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gateway Show documentation
Show all versions of gateway Show documentation
UNICORE web services gateway
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