|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface Log
This annotation is applied to an interface or abstract class that is used to define methods for logging and/or constructing exceptions.
| Optional Element Summary | |
|---|---|
int |
id
The exception ID to be used. |
LogLevel |
level
The logging Level (encoded as an enum) to use for the log record generated from the annotated method. |
public abstract LogLevel level
public abstract int id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||