Skip to content

Releases: umairsyed613/Serilog.Sinks.WinForms

V2.4.3

02 Sep 09:53
Compare
Choose a tag to compare

Fix Richtextbox forcontext

V2.4.2

08 Apr 12:05
Compare
Choose a tag to compare

Serilog Dependency fix >= 2.10.0

V2.4.1

08 Apr 10:41
Compare
Choose a tag to compare

Serilog package dependency fix

V2.4.0

08 Apr 10:30
Compare
Choose a tag to compare

Code refactoring added new dependency .base project

V2.3.1

27 May 11:07
Compare
Choose a tag to compare

Unsubscribe from the log receive event when the controls are destroyed

v2.3.0

01 May 20:31
Compare
Choose a tag to compare

Log For Context

SimpleLogTextBox, RichTextBoxLogControl or JsonLogTextBox can be configured to display log for specific Context.
All of the controls have property For Context which can be configured with namespace.classname for example TestApplication.Form2 you can find the sample here >> Sample

Note: Remember to configure Logger instance with Enrich.FromLogContext()

Save and Clear Logs

SimpleLogTextBox, RichTextBoxLogControl or JsonLogTextBox have two method available for saving log to file or clear the log from the log control.
ClearLogs() AND SaveLogToFile()

Check the usage in the sample application here Sample

v2.2.6

02 Mar 12:38
Compare
Choose a tag to compare

Default template changed to remove space at the end of Message, ScrollToCaret added with all three textbox controls.
Renaming: WriteToSimpleTextBox to WriteToSimpleAndRichTextBox

v2.2.5

19 Feb 13:32
Compare
Choose a tag to compare

Richtextbox control for logs added.
new sample project added for custom textbox log control.

v2.2.4

18 Feb 11:07
Compare
Choose a tag to compare

Transparent background support on simplelogtextbox.
New Control Added with name TransparentSimpleLogTextBox

v2.2.3

29 Nov 00:17
bd653f9
Compare
Choose a tag to compare

Custom formatting can be used when configuring the logger.