public class AccessLogSetting<T extends AccessLogSetting<T>> extends Object
Constructor and Description |
---|
AccessLogSetting() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
directory()
Directory in which to save logs
|
T |
directory(String value)
Directory in which to save logs
|
Boolean |
extended()
If the log uses the extended log file format
|
T |
extended(Boolean value)
If the log uses the extended log file format
|
String |
getKey() |
String |
pattern()
The access log pattern.
|
T |
pattern(String value)
The access log pattern.
|
String |
predicate()
Predicate that determines if the request should be logged
|
T |
predicate(String value)
Predicate that determines if the request should be logged
|
String |
prefix()
Prefix for the log file name.
|
T |
prefix(String value)
Prefix for the log file name.
|
String |
relativeTo()
The directory the path is relative to
|
T |
relativeTo(String value)
The directory the path is relative to
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Boolean |
rotate()
Rotate the access log every day.
|
T |
rotate(Boolean value)
Rotate the access log every day.
|
String |
suffix()
Suffix for the log file name.
|
T |
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.
|
T |
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
|
T |
worker(String value)
Name of the worker to use for logging
|
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String directory()
public Boolean extended()
public String pattern()
public String predicate()
public T predicate(String value)
public String prefix()
public String relativeTo()
public Boolean rotate()
public String suffix()
public Boolean useServerLog()
public T useServerLog(Boolean value)
public String worker()
Copyright © 2019 JBoss by Red Hat. All rights reserved.