@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface ExceptionLog
| Modifier and Type | Required Element and Description |
|---|---|
String |
category
The category to log this exception under
|
| Modifier and Type | Optional Element and Description |
|---|---|
Logger.Level |
stackTraceLevel
The level at which to log stack traces.
|
Logger.Level |
value
The default log level for this exception.
|
public abstract String category
public abstract Logger.Level value
public abstract Logger.Level stackTraceLevel
Copyright © 2017 JBoss by Red Hat. All rights reserved.