类 ServerProperties.Tomcat.Accesslog
java.lang.Object
org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
Tomcat access log properties.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明int
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isRotate()
void
setBuffered
(boolean buffered) void
setCheckExists
(boolean checkExists) void
setConditionIf
(String conditionIf) void
setConditionUnless
(String conditionUnless) void
setDirectory
(String directory) void
setEnabled
(boolean enabled) void
setEncoding
(String encoding) void
setFileDateFormat
(String fileDateFormat) void
setIpv6Canonical
(boolean ipv6Canonical) void
void
setMaxDays
(int maxDays) void
setPattern
(String pattern) void
void
setRenameOnRotate
(boolean renameOnRotate) void
setRequestAttributesEnabled
(boolean requestAttributesEnabled) void
setRotate
(boolean rotate) void
-
字段详细资料
-
prefix
Log file name prefix.
-
-
构造器详细资料
-
Accesslog
public Accesslog()
-
-
方法详细资料
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getConditionIf
-
setConditionIf
-
getConditionUnless
-
setConditionUnless
-
getPattern
-
setPattern
-
getDirectory
-
setDirectory
-
getPrefix
-
setPrefix
-
getSuffix
-
setSuffix
-
getEncoding
-
setEncoding
-
getLocale
-
setLocale
-
isCheckExists
public boolean isCheckExists() -
setCheckExists
public void setCheckExists(boolean checkExists) -
isRotate
public boolean isRotate() -
setRotate
public void setRotate(boolean rotate) -
isRenameOnRotate
public boolean isRenameOnRotate() -
setRenameOnRotate
public void setRenameOnRotate(boolean renameOnRotate) -
getMaxDays
public int getMaxDays() -
setMaxDays
public void setMaxDays(int maxDays) -
getFileDateFormat
-
setFileDateFormat
-
isIpv6Canonical
public boolean isIpv6Canonical() -
setIpv6Canonical
public void setIpv6Canonical(boolean ipv6Canonical) -
isRequestAttributesEnabled
public boolean isRequestAttributesEnabled() -
setRequestAttributesEnabled
public void setRequestAttributesEnabled(boolean requestAttributesEnabled) -
isBuffered
public boolean isBuffered() -
setBuffered
public void setBuffered(boolean buffered)
-