org.anarres.dhcp.common.LogUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dhcp-protocol Show documentation
Show all versions of dhcp-protocol Show documentation
A high-performance pure Java DHCP server.
/*
* 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";
}