]
Dan Allen updated SOLDER-55:
----------------------------
Summary: Allow logger category to be specified using reference to type (was:
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: