You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now if I run a flexi_logger-enabled application from terminal (on Linux) I get a properly colored output.
However, if I launch it from another application (without terminal) and capture its output to show it in GUI, I still get color escape sequences in the text, and the displayed text is garbled in the GUI.
I think flexi_logger should use ::atty::is(::atty::Stream::Stdout) or similar to check whether colored output is actually supported.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
Right now if I run a flexi_logger-enabled application from terminal (on Linux) I get a properly colored output.
However, if I launch it from another application (without terminal) and capture its output to show it in GUI, I still get color escape sequences in the text, and the displayed text is garbled in the GUI.
I think flexi_logger should use ::atty::is(::atty::Stream::Stdout) or similar to check whether colored output is actually supported.
Thanks!
The text was updated successfully, but these errors were encountered: