Logfile per Component Hierarchy
- by Daniel Marbach
Hello
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