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 :
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?