We just uploaded a minimal SmartInspect logging library implementation for PHP. The library only supports logging via TCP to a local or remote SmartInspect Console instance and doesn’t contain all log methods and features that are available in the main libraries. However, it already supports multiple logging sessions, watches and useful log methods such as logValue (which can also log arrays, objects and so on, it internally uses print_r).
Having used this library on an internal PHP project for some time now, we believe this library is very useful for debugging PHP websites and applications (the library is not well suited for production usage because there’s no support for log files at the moment).
Please note that we are offering this library as a free and unsupported download. We are also looking into providing minimal debug-only SmartInspect libraries for other languages and platforms in the future, so stay tuned!

2 Comments
Hi,
This is cool. Can you suggest a way of doing the same using C++ using VS 2008 and linux GNU.
Thanks
Ajay
Hi Ajay,
sorry for the late response. We currently do not have a logging library for C/C++, but this is certainly something we would love to have in the future (probably a debug-only version at the beginning).
There is also the possibility to write your own mini library in the meantime. Here are all the docs you need in case you would like to take a look. Additionally, the PHP library is a good starting point for a minimum library implementation.
http://www.gurock.com/products/smartinspect/articles/smartinspect-logging-performance-and-benchmarks/