org.apache.myfaces.extensions.cdi.core.api.logging
Annotation Type LoggerDetails


@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
 

name

public abstract String name
name of the logger which will be created

Returns:
name of the logger
Default:
""

resourceBundleName

public abstract String resourceBundleName
name of the ResourceBundle which will be used

Returns:
name of the resource-bundle
Default:
""

anonymous

public abstract boolean anonymous
indicates if an anonymous logger should be used

Returns:
true if an anonymous logger should be used, false otherwise
Default:
false


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.