|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface Log
A typed logger method. Indicates that this method will log the associated Message
to the logger system, as
opposed to being a simple message lookup.
Optional Element Summary | |
---|---|
Logger.Level |
level
The log level at which this message should be logged. |
public abstract Logger.Level level
INFO
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |