public static class ServletAppender.Builder<B extends ServletAppender.Builder<B>> extends AbstractAppender.Builder<B> implements Builder<ServletAppender>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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, withName
asBuilder, getFilter, withFilter
public ServletAppender build()
Builder
build
in interface Builder<ServletAppender>
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-2017. 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.