Class JettyServerProperties.Accesslog
java.lang.Object
org.springframework.boot.jetty.autoconfigure.JettyServerProperties.Accesslog
- Enclosing class:
JettyServerProperties
Jetty access log properties.
- Since:
- 4.0.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumLog format for Jetty access logs. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String@Nullable String@Nullable StringintbooleanisAppend()booleanvoidsetAppend(boolean append) voidsetCustomFormat(@Nullable String customFormat) voidsetEnabled(boolean enabled) voidsetFileDateFormat(@Nullable String fileDateFormat) voidsetFilename(@Nullable String filename) voidvoidsetIgnorePaths(@Nullable List<String> ignorePaths) voidsetRetentionPeriod(int retentionPeriod)
-
Constructor Details
-
Accesslog
public Accesslog()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getFormat
-
setFormat
-
getCustomFormat
-
setCustomFormat
-
getFilename
-
setFilename
-
getFileDateFormat
-
setFileDateFormat
-
getRetentionPeriod
public int getRetentionPeriod() -
setRetentionPeriod
public void setRetentionPeriod(int retentionPeriod) -
isAppend
public boolean isAppend() -
setAppend
public void setAppend(boolean append) -
getIgnorePaths
-
setIgnorePaths
-