Forum Discussion

gmccord's avatar
gmccord
Occasional Contributor
13 years ago

Custom log library

Hello all,



I have written a library of function calls to wrap TestComplete's Log object to achieve better looking logs. If you are interested in this for your project or just want to learn how it was done, please go to the following link:



https://sites.google.com/site/testcompletely/home/logging



The code is free for anyone's use and is meant to be both useful and instructional. It's VBScript only - but given time, I will have the other languages supported.

1 Reply

  • AlexeyK's avatar
    AlexeyK
    SmartBear Alumni (Retired)

    Grant,


    Thank you for sharing the link! Your plug-in seems to be a wonderful addition to TestComplete's logging functionality!


    Has anybody tried this already? Don't hesitate to share your feedback here.


    I have one suggestion :-). I think, it would be nice to implement this functionality as a script extension. This way --

    1) there will be no need to include the unit in each project, on which your are working;

    2) there will be no need to set 'USEUNIT references in script code;

    3) your plug-in will be available in projects that use scripting languages other than VBScript.