@ConfigurationProperties(value="access-logger") public static class NettyHttpServerConfiguration.AccessLogger extends Object
| Constructor and Description | 
|---|
AccessLogger()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getLogFormat()
Returns the log format to use. 
 | 
String | 
getLoggerName()
The logger name to use. 
 | 
boolean | 
isEnabled()
Returns whether the access logger is enabled. 
 | 
void | 
setEnabled(boolean enabled)
Enables or Disables the access logger. 
 | 
void | 
setLogFormat(String logFormat)
Sets the log format to use. 
 | 
void | 
setLoggerName(String loggerName)
Sets the logger name to use. 
 | 
public boolean isEnabled()
public void setEnabled(boolean enabled)
enabled - The flag.public String getLoggerName()
public void setLoggerName(String loggerName)
loggerName - A logger name,public String getLogFormat()
public void setLogFormat(String logFormat)
logFormat - The log format.