hi,
is there a way to change the color of the log messages on your screen
(orocos logs, not log4cpp)?
(eg. errors=red, warnings=yellow, info=white...)
thanks!
nick
The Orocos ProjectSmarter control in robotics & automation! |
|
orocos output
hi, is there a way to change the color of the log messages on your screen thanks! nick |
orocos output
On Thu, Oct 4, 2012 at 5:35 PM, Dominick Vanthienen
<dominick [dot] vanthienen [..] ...> wrote:
> hi,
>
> is there a way to change the color of the log messages on your screen
> (orocos logs, not log4cpp)?
> (eg. errors=red, warnings=yellow, info=white...)
No, only the taskbrowser uses colors. Colors only work when using
escape codes, and this is different on platforms. Also, it's clutter
when writing it to a file.
What you would do is to run with only errors and warnings on, or use
the log4cpp functionality to filter messages.
Peter