|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={METHOD,FIELD,PARAMETER,TYPE})
@Retention(value=RUNTIME)
@Documented
public @interface Suffix
A suffix to use on the specified category (or fully qualified name of the injection point type if no category is specified). The category and suffix will be separated by a logger separator.
Suffixes are not supported by typed loggers.
Logger.getLogger(String, String)| Required Element Summary | |
|---|---|
String |
value
The suffix to use |
| Element Detail |
|---|
public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||