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

com.cisco.oss.foundation.logging.transactions.LoggingKeys Maven / Gradle / Ivy

There is a newer version: 1.2.1-3
Show newest version
package com.cisco.oss.foundation.logging.transactions;

/**
 * Created by yzalazni on 1/18/2017.
 * List of keys that are presented in HTTP log.
 * The key name in log is defined as the value of each property in the keys map
 */
public enum LoggingKeys {

    HTTP_METHOD,
    IP_SRC,
    PORT_SRC,
    URL,
    HTTP_CODE,
    MSG,

    ResponseContentLength


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy