Package io.undertow.servlet
Annotation Type ExceptionLog
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface ExceptionLogAnnotation that can be applied to exceptions to control how they are logged by Undertow. Note that this will only take effect if the deployments error handler has not been changed.- Author:
- Stuart Douglas
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringcategoryThe category to log this exception under
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description org.jboss.logging.Logger.LevelstackTraceLevelThe level at which to log stack traces.org.jboss.logging.Logger.LevelvalueThe default log level for this exception.
-