Class LogbackAccessProperties.TeeFilter
-
- All Implemented Interfaces:
public final class LogbackAccessProperties.TeeFilterThe properties for the tee filter.
-
-
Constructor Summary
Constructors Constructor Description LogbackAccessProperties.TeeFilter(Boolean enabled, String includes, String excludes)LogbackAccessProperties.TeeFilter(Boolean enabled, String includes)LogbackAccessProperties.TeeFilter(Boolean enabled)LogbackAccessProperties.TeeFilter()
-
Method Summary
Modifier and Type Method Description final BooleangetEnabled()Whether to enable the tee filter. final StringgetIncludes()The host names to activate. final StringgetExcludes()The host names to deactivate. -
-
Constructor Detail
-
LogbackAccessProperties.TeeFilter
LogbackAccessProperties.TeeFilter(Boolean enabled, String includes, String excludes)
-
LogbackAccessProperties.TeeFilter
LogbackAccessProperties.TeeFilter(Boolean enabled, String includes)
-
LogbackAccessProperties.TeeFilter
LogbackAccessProperties.TeeFilter(Boolean enabled)
-
LogbackAccessProperties.TeeFilter
LogbackAccessProperties.TeeFilter()
-
-
Method Detail
-
getEnabled
final Boolean getEnabled()
Whether to enable the tee filter.
-
getIncludes
final String getIncludes()
The host names to activate. By default, all hosts are activated.
-
getExcludes
final String getExcludes()
The host names to deactivate. By default, all hosts are activated.
-
-
-
-