Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.8.0
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Activity
blackdrag blackdrag
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Resolution | Won't Fix [ 2 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee | blackdrag blackdrag [ blackdrag ] |
Paul King
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
LogASTTransformation is not designed to be extensible. Instead you are supposed to use an annotation, that provides its logging strategy as class value to the log setting and by implementing LogASTTransformation.LoggingStrategy. This class is then used by createLoggingStrategy to create the strategy. An example for that is the Log4j annotation in the same package as LogASTTransformation.
Can you explain a little what kind of extension you have in mind?