-
- All Implemented Interfaces:
@ConfigurationProperties(value = "logback.access")@ConstructorBinding() public final class LogbackAccessPropertiesThe configuration properties for Logback-access.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLogbackAccessProperties.Companionpublic final classLogbackAccessProperties.TomcatThe properties for the Tomcat web server.
public final classLogbackAccessProperties.UndertowThe properties for the Undertow web server.
public final classLogbackAccessProperties.TeeFilterThe properties for the tee filter.
-
Field Summary
Fields Modifier and Type Field Description private final Booleanenabledprivate final Stringconfigprivate final LogbackAccessLocalPortStrategylocalPortStrategyprivate final LogbackAccessProperties.Tomcattomcatprivate final LogbackAccessProperties.Undertowundertowprivate final LogbackAccessProperties.TeeFilterteeFilter
-
Constructor Summary
Constructors Constructor Description LogbackAccessProperties(Boolean enabled, String config, LogbackAccessLocalPortStrategy localPortStrategy, LogbackAccessProperties.Tomcat tomcat, LogbackAccessProperties.Undertow undertow, LogbackAccessProperties.TeeFilter teeFilter)LogbackAccessProperties(Boolean enabled, String config, LogbackAccessLocalPortStrategy localPortStrategy, LogbackAccessProperties.Tomcat tomcat, LogbackAccessProperties.Undertow undertow)LogbackAccessProperties(Boolean enabled, String config, LogbackAccessLocalPortStrategy localPortStrategy, LogbackAccessProperties.Tomcat tomcat)LogbackAccessProperties(Boolean enabled, String config, LogbackAccessLocalPortStrategy localPortStrategy)LogbackAccessProperties(Boolean enabled, String config)LogbackAccessProperties(Boolean enabled)LogbackAccessProperties()
-
Method Summary
Modifier and Type Method Description final BooleangetEnabled()final StringgetConfig()final LogbackAccessLocalPortStrategygetLocalPortStrategy()final LogbackAccessProperties.TomcatgetTomcat()final LogbackAccessProperties.UndertowgetUndertow()final LogbackAccessProperties.TeeFiltergetTeeFilter()-
-
Constructor Detail
-
LogbackAccessProperties
LogbackAccessProperties(Boolean enabled, String config, LogbackAccessLocalPortStrategy localPortStrategy, LogbackAccessProperties.Tomcat tomcat, LogbackAccessProperties.Undertow undertow, LogbackAccessProperties.TeeFilter teeFilter)
-
LogbackAccessProperties
LogbackAccessProperties(Boolean enabled, String config, LogbackAccessLocalPortStrategy localPortStrategy, LogbackAccessProperties.Tomcat tomcat, LogbackAccessProperties.Undertow undertow)
-
LogbackAccessProperties
LogbackAccessProperties(Boolean enabled, String config, LogbackAccessLocalPortStrategy localPortStrategy, LogbackAccessProperties.Tomcat tomcat)
-
LogbackAccessProperties
LogbackAccessProperties(Boolean enabled, String config, LogbackAccessLocalPortStrategy localPortStrategy)
-
LogbackAccessProperties
LogbackAccessProperties(Boolean enabled)
-
LogbackAccessProperties
LogbackAccessProperties()
-
-
Method Detail
-
getEnabled
final Boolean getEnabled()
-
getLocalPortStrategy
final LogbackAccessLocalPortStrategy getLocalPortStrategy()
-
getTomcat
final LogbackAccessProperties.Tomcat getTomcat()
-
getUndertow
final LogbackAccessProperties.Undertow getUndertow()
-
getTeeFilter
final LogbackAccessProperties.TeeFilter getTeeFilter()
-
-
-
-