Builder<ServletAppender>public static class ServletAppender.Builder<B extends ServletAppender.Builder<B>> extends AbstractAppender.Builder<B> implements Builder<ServletAppender>
| Constructor | Description |
|---|---|
Builder() |
| Modifier and Type | Method | Description |
|---|---|---|
ServletAppender |
build() |
Builds the object after all configuration has been set.
|
boolean |
isLogThrowables() |
Logs with
ServletContext.log(String, Throwable) if true and with ServletContext.log(String) if false. |
void |
setLogThrowables(boolean logThrowables) |
Logs with
ServletContext.log(String, Throwable) if true and with ServletContext.log(String) if false. |
getConfiguration, getLayout, getName, getOrCreateLayout, getOrCreateLayout, isIgnoreExceptions, setConfiguration, withConfiguration, withIgnoreExceptions, withLayout, withNameasBuilder, getFilter, withFilterpublic ServletAppender build()
Builderbuild in interface Builder<B extends ServletAppender.Builder<B>>public boolean isLogThrowables()
ServletContext.log(String, Throwable) if true and with ServletContext.log(String) if false.public void setLogThrowables(boolean logThrowables)
ServletContext.log(String, Throwable) if true and with ServletContext.log(String) if false.Copyright © 1999-2018. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.