com.cisco.oss.foundation.logging.transactions.LoggingKeys Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of logging-api Show documentation
Show all versions of logging-api Show documentation
This project is the logging api library in the cisco vss foundation runtime
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