[seam-issues] [JBoss JIRA] Updated: (SOLDER-55) Allow logger category to be specified using reference to type
Dan Allen (JIRA)
jira-events at lists.jboss.org
Sat Dec 18 18:57:17 EST 2010
[ https://issues.jboss.org/browse/SOLDER-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dan Allen updated SOLDER-55:
----------------------------
Summary: Allow logger category to be specified using reference to type (was: https://issues.jboss.org/secure/CreateIssue.jspa?pid=12311110&issuetype=2&Create=Create)
> Allow logger category to be specified using reference to type
> -------------------------------------------------------------
>
> Key: SOLDER-55
> URL: https://issues.jboss.org/browse/SOLDER-55
> Project: Seam Solder
> Issue Type: Feature Request
> Components: Logging
> Reporter: Dan Allen
> Assignee: Dan Allen
> Priority: Minor
> Fix For: 3.0.0.Beta1
>
>
> We've tried to get away from strings as much as possible in CDI and Solder. Thus, it's fitting that a logger category should be allowed to be specified using a reference to a type.
> Here's an example:
> @Inject @TypedCategory(BillingService.class)
> private Logger logger;
> Support @TypedCategory as an alternative to @Category.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list