クラス TomcatServerProperties.Accesslog
java.lang.ObjectSE
org.springframework.boot.tomcat.autoconfigure.TomcatServerProperties.Accesslog
- 含まれているクラス:
TomcatServerProperties
Tomcat アクセスログプロパティ。
- 導入:
- 4.0.0
- 作成者:
- Dave Syer, Stephane Nicoll, Andy Wilkinson, Ivan Sopov, Marcos Barbero, Edd ú Mel é ndez, Quinten De Swaef, Venil Noronha, Aur é lien Leboulanger, Brian Clozel, Olivier Lamy, Chentao Qu, Artsiom Yudovin, Andrew McGhie, Rafiullah Hamedy, Dirk Deyne, HaiTao Zhang, Victor Mandujano, Chris Bono, Parviz Rozikov, Florian Storz, Michael Weidmann, Lasse Wulff
フィールドのサマリー
フィールドコンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明@Nullable StringSE@Nullable StringSE@Nullable StringSE@Nullable StringSEintbooleanbooleanbooleanbooleanbooleanbooleanbooleanisRotate()voidsetBuffered(boolean buffered) voidsetCheckExists(boolean checkExists) voidsetConditionIf(@Nullable StringSE conditionIf) voidsetConditionUnless(@Nullable StringSE conditionUnless) voidsetDirectory(StringSE directory) voidsetEnabled(boolean enabled) voidsetEncoding(@Nullable StringSE encoding) voidsetFileDateFormat(StringSE fileDateFormat) voidsetIpv6Canonical(boolean ipv6Canonical) voidvoidsetMaxDays(int maxDays) voidsetPattern(StringSE pattern) voidvoidsetRenameOnRotate(boolean renameOnRotate) voidsetRequestAttributesEnabled(boolean requestAttributesEnabled) voidsetRotate(boolean rotate) void
フィールドの詳細
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)