Updates:
Summary: Provide logging facility for developers of Robot Framework Extension Libraries
        Status: Accepted
        Labels: Target-2.5

Comment #1 on issue 339 by janne.t.harkonen: Provide logging facility for developers of Robot Framework Extension Libraries
http://code.google.com/p/robotframework/issues/detail?id=339

We'll implement logging module in 2.5. The current idea is that it's usage will be
something like this:

from robot.output import LOG

LOG.info('My message')
LOG.warn('Warning!')
LOG.info('<a href="...">xxx</a>', html=True)

--
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