Comment #4 on issue 339 by c.martin.taylor: Provide logging facility for developers of Robot Framework Extension Libraries
http://code.google.com/p/robotframework/issues/detail?id=339

I'm attaching a couple of Python files that implement logging as I have been doing it at TI. There is nothing proprietary in these files and you're welcome to either use them directly or use them for ideas and design contributions to the implementation of the LOG class for Robot Framework. I would strongly encourage you to make the LOG methods thread-safe, as I do in FileLogger.py, since many of my Robot Framework test
engines are multi-threaded.

Attachments:
        Logger.py  5.1 KB
        FileLogger.py  10.0 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to