I wish to be able to display log messages for e.g. Trace level in single console line instead of stacking them one on top of another.
One Trace log message should be displayed in console and then replaced by another Trace log message on the same line. When another log message came in e.g. Warn, message stacking should continue as usual.
Is there a way to define such single line overwrite for Console logging in NLog?