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