New logger usable in scripts ?

In a scripted applicationI want to enable log output from script functions.
CodeSite makes heavy use of overloaded functions which are not supported by scripter.
Now I have to decide to either write some wrapper functions or maybe start using the new TMS logger.
The question is if scripter fully supports the new logger.

Gerhard Sachs

TMS Logging also has some overloaded methods in the main class. In either case you will have to do some manual registration of the overloaded methods. For registering complex classes and frameworks in TMS Scripter, manual tweaking of registered classes is usually needed, there is no much escaping from that. It's up to you to weight what is your preferred framework, how much of it you want to be available from scripter, and the amount of work to do so.