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