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

org.anarres.dhcp.common.LogUtils Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
/*
 * 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";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy