@Retention(RUNTIME)
@Target(TYPE)
@Inherited
public @interface ExceptionLog
Modifier and Type | Required Element | Description |
---|---|---|
java.lang.String |
category |
The category to log this exception under
|
Modifier and Type | Optional Element | Description |
---|---|---|
org.jboss.logging.Logger.Level |
stackTraceLevel |
The level at which to log stack traces.
|
org.jboss.logging.Logger.Level |
value |
The default log level for this exception.
|
Copyright © 2018. All rights reserved.