newby question: why does task.lgr.putline() work?
Where does lgr in task.lgr.putline() come from.I do unterstand why task.part.logmgr.putline() works, I just cannot find how task knows what lgr is.Any help is welcome.Thanks
# 2
Thanks, but ...
how can I see this? When I look at the help entry for TaskHandle I don't see any virtual attributes. Neither do I see lgr when I look at the class definition of TaskHandle in Framework.
So where is this virtual attribute lgr defined and how/where do I see if there are any others?
Thanks
# 4
It works because the forte framework classes can execute code that is "hidden" to most of us. This is one of them. In order to see this and other internal methods, classes, etc you need to know which logmgr flags to turn on. Scott