Status: Accepted
Owner: pekka.klarck
Labels: Type-Enhancement Priority-Low Target-2.8.2

New issue 1552 by pekka.klarck: `BuiltIn.Log`: Support logging messages as HTML regardless the log level
http://code.google.com/p/robotframework/issues/detail?id=1552

Currently Log keyword supports pseudo log level `HTML` that will log the message as HTML using INFO level:

    Log    <b>Robot</b>    HTML

Logging HTML messages with any level would be useful. It can be easily implemented by adding a new `html` argument that is False by default:

    Log    <b>Robot</b>    WARN    html=yes


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to