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
Thank you for opening the issue, I might have an idea at what point it stopped working correctly. I'll be busy with work the following days but I'll try to close it by the end of the week.
If you have any questions regarding the library or you spot some other kind of problem, feel free to write
Thanks
NOTE: When you specify an alignment of 10 units, given the value of the aligned attribute is "CONSOLE"(7 characters), the expected remaining white space should be 3 units, not 4, as you've described it as expected behaviour
Host Environment
To Reproduce
add left or right alignment in sandbox.cpp, for example:
console->set_pattern(".red([%T] [:<10%n]) .dark_green([%l]): .cyan(%v) TEXT");
Expected
[18:58:48] [CONSOLE ] [critical]: First critical message TEXT
(4 white space after console)
Observed
[18:58:48] [ONSOLE ] [critical]: First critical message TEXT
(3 white space after console and first character eliminated)
Possible error
I just started looking at this project, I know very little about it but if I break this block in two:
from ...\lwlog\src\details\pattern\alignment_formatter.cpp getting this:
the expected result is correct.
The text was updated successfully, but these errors were encountered: