|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={METHOD,FIELD,PARAMETER,TYPE})
@Retention(value=RUNTIME)
@Documented
public @interface Category
Specifies a string category for the injected logger.
A category must be specified for a typed logger.
For a non-typed logger, if no category annotation is specified at a
Logger injection point, the fully qualified name of the bean
implementation class is used as the category.
MessageLogger,
Logger.getLogger(String)| Required Element Summary | |
|---|---|
String |
value
The category of the logger. |
| Element Detail |
|---|
public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||