Falcion / Briefmaschine

.NET package about logging audit idea with IO submodule and system of constructing and colouring messages
MIT License
0 stars 0 forks source link

FEATURE: remove symbol "$" in stacktrace via output #8

Closed Falcion closed 1 year ago

Falcion commented 1 year ago

In default example, in method informationing within this type of usage:

Logger.Info("Debugging this!", "DEFAULT", true);

Output would look like that:

[INFO/DEFAULT[STACKTRACE: <Main>$] 29.03.2023 11:26:45 - Debugging this!

If this project maintances readability for developers, it would be a proper decision to edit graphics for this stacktrace (also, maybe turning upper case in stacktrace's name because in line L193 in main class of package there is an upper case unknown instance.

Falcion commented 1 year ago

Also an idea of removing combining arrowheads in stacktrace, unnecessary attention to details is wrong in some package like this.