|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={PARAMETER,FIELD,METHOD}) @Retention(value=RUNTIME) @Documented @Qualifier public @interface LoggerDetails
Optional qualifier which allows to control the creation of the Logger
Optional Element Summary | |
---|---|
boolean |
anonymous
indicates if an anonymous logger should be used |
String |
name
name of the logger which will be created |
String |
resourceBundleName
name of the ResourceBundle which will be used |
public abstract String name
public abstract String resourceBundleName
ResourceBundle
which will be used
public abstract boolean anonymous
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |