|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={TYPE,CONSTRUCTOR,METHOD})
public @interface LogRuntimeExceptionYou want to see a RuntimeException in the log if it happens? Use this annotation to mark those classes you want to be logged.
| Optional Element Summary | |
|---|---|
int |
value
Normally a RuntimeException will be logged with "WARN" as log level. |
public abstract int value
(for the different log levels)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||