Serilog.Sinks.WinForms
Serilog.Sinks.WinForms copied to clipboard
Write logs to RichTextBox with colors by log level
Hello,
can you add colors to the RichTextBoxLogControl? It would be really helpful.
For example: Warning - orange Error - red
Thanks.
@w3ori you can set the ForeColor isnt it working?
@w3ori you can set the ForeColor isnt it working?
Is it possible to use different color for warnings (orange) and errors (red) automatically?
I will check