|
JBoss Logging 3.1.2.GA-redhat-1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=CLASS) @Target(value=METHOD) @Documented @Deprecated public @interface LogMessage
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
Deprecated. The log level at which this message should be logged. |
Class<?> |
loggingClass
Deprecated. The logging class name to use for this message, if any. |
public abstract Logger.Level level
INFO
.
public abstract Class<?> loggingClass
|
JBoss Logging 3.1.2.GA-redhat-1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |