You are not logged in.
TSynLog.Enter will automatically log the function names when .map is present, which is very convenient.
I wonder if it is possible to make TSynLog.Enter also log the values of pass-in arguments ? I would think it will promote the productivity a lot.
Offline
Thank you for your knowledgeable comments !
I am wondering whether the RTTI brought by latest Delphi has enough information about values of arguments ?
Offline
No, as I wrote, the RTTI is not enough, even in the latest version.
We may have some information about the class methods, but it could be tricky to handle it.
And some global functions do not have this RTTI generated, AFAIK.
Offline
Thank you for your helpful and knowledgeable comments !
Offline