| Package | Description |
|---|---|
| org.wildfly.swarm.config.undertow.server | |
| org.wildfly.swarm.config.undertow.server.host |
| Modifier and Type | Method and Description |
|---|---|
AccessLogSetting |
Host.accessLogSetting()
The access log configuration for this virtual server.
|
| Modifier and Type | Method and Description |
|---|---|
Host |
Host.accessLogSetting(AccessLogSetting value)
The access log configuration for this virtual server.
|
| Modifier and Type | Method and Description |
|---|---|
AccessLogSetting |
AccessLogSetting.directory(String value)
Directory in which to save logs
|
AccessLogSetting |
AccessLogSetting.extended(Boolean value)
If the log uses the extended log file format
|
AccessLogSetting |
AccessLogSetting.pattern(String value)
The access log pattern.
|
AccessLogSetting |
AccessLogSetting.predicate(String value)
Predicate that determines if the request should be logged
|
AccessLogSetting |
AccessLogSetting.prefix(String value)
Prefix for the log file name.
|
AccessLogSetting |
AccessLogSetting.relativeTo(String value)
The directory the path is relative to
|
AccessLogSetting |
AccessLogSetting.rotate(Boolean value)
Rotate the access log every day.
|
AccessLogSetting |
AccessLogSetting.suffix(String value)
Suffix for the log file name.
|
AccessLogSetting |
AccessLogSetting.useServerLog(Boolean value)
If the log should be written to the server log, rather than a separate file.
|
AccessLogSetting |
AccessLogSetting.worker(String value)
Name of the worker to use for logging
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.