|
Tuscany Common | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface LogLevel
Annotation that can be applied to methods in a monitoring interface to indicate to logging frameworks the severity of the event.
Required Element Summary | |
---|---|
String |
value
The log level as specified by Level . |
Element Detail |
---|
public abstract String value
Level
.
|
Tuscany Common | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |