@Target(value={PARAMETER,FIELD,METHOD}) @Retention(value=RUNTIME) @Documented @Qualifier public @interface LoggerDetails
Logger
Modifier and Type | Optional Element and Description |
---|---|
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 usedpublic abstract boolean anonymous
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.