dlr-gtlab / gt-logging

Basic C++14 logging library based on QsLog
1 stars 1 forks source link

Line breaks in Output-window do not work correctly #10

Closed rainman110 closed 11 months ago

rainman110 commented 4 years ago

In GitLab by @schn_bo on Feb 25, 2020, 13:27

Summary

The user messages in the output window are displayed without line breaks, if the message contains the command "\n".

Steps to reproduce

Create a gtDebug(), gtInfo(), gtWarning() or gtError() with the command "\n".

How can we reproduce the issue - this is very important! Create a gtDebug(), gtInfo(), gtWarning() or gtError() with the command "\n".

What is the current bug behavior?

Output

What is the expected correct behavior?

show line breaks

rainman110 commented 1 year ago

In GitLab by @mariusalexander on Dec 16, 2022, 13:46

I will close this issue, as the output dock widget is no longer part of GtLogging. However a fix has been implemented in a GTlab Core MR 284 and may be released in a future update (GTlab 2.0)