Skip to content

Releases: umairsyed613/Serilog.Sinks.WPF

V1.2.1

28 May 11:12
Compare
Choose a tag to compare

Log Controls Unsubscribe from the log received event when unloaded

V1.2.0

28 Apr 11:18
2d81605
Compare
Choose a tag to compare

Write to TextBox with custom Text Formatter

Log.Logger = new LoggerConfiguration()
                        .WriteToSimpleAndRichTextBox(new MessageTemplateTextFormatter("{Timestamp} [{Level}] {Message} {Exception}"))
                        .CreateLogger();