I have the following problem:
ComponentA with Unique Name
ChildComponent
ChildChild
AnotherChild
Everytime a new instance of ComponentA is created I want to redirect the output to a unique file named ComponentA-UniqueName including all child component log entries.
How can this be achieved?
Daniel
I have a solution which works pretty fine for us:
http://gist.github.com/387423
Daniel