org.anarres.dhcp.common.LogUtils Maven / Gradle / Ivy
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.anarres.dhcp.common;
/**
*
* @author shevek
*/
public class LogUtils {
public static final String MDC_DHCP_CLIENT_HARDWARE_ADDRESS = "dhcp.clientHardwareAddress";
public static final String MDC_DHCP_SERVER_INTERFACE_ADDRESS = "dhcp.serverInterfaceAddress";
}