Describe the bug
In the last update, the ability to custom logs was added which is great, but the escaping was remove without the hability to do anything about it. which is a regression.
To Reproduce
Steps to reproduce the behavior:
NormalTextFormatter.cs => Format Method => line 123.
(The output.writeline became a output.write for no apparent reason)
Describe the bug
In the last update, the ability to custom logs was added which is great, but the escaping was remove without the hability to do anything about it. which is a regression.
To Reproduce
Steps to reproduce the behavior:
NormalTextFormatter.cs => Format Method => line 123.
(The output.writeline became a output.write for no apparent reason)