I'm using NLog to log errors in my WPF application. The logger currently writes to a file. I've now created a RichTextBox
and want to simultaneously write all session logs to the RichTextBox
. I've created a wrapper over the NLog logger so I can include commands to write into some other variable in the wrapper. But how do I do the binding?
Any help is appreciated