
me.chanjar.tomcat.valves.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tomcat-mongo-access-log Show documentation
Show all versions of tomcat-mongo-access-log Show documentation
A tomcat valve to save access log in mongodb
The newest version!
package me.chanjar.tomcat.valves;
public class Constants {
public static final String Package = "me.chanjar.tomcat.valves";
//Constants for the AccessLogValve class
public static final class MongoAccessLog {
public static final String DEFAULT_ALIAS = "default";
public static final String DEFAULT_PATTERN = "%a %B %l %m %s %S %t %U %T %P %{Referer}i %{User-Agent}i";
public static final String ALL_ALIAS = "all";
public static final String ALL_PATTERN = "%a %A %b %B %h %H %l %m %p %q %r %s %S %t %u %U %v %D %T %I %P %{Referer}i %{User-Agent}i";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy