Closed camhart closed 6 years ago
In your example code you're never disposing of the logger, which is going to lead to a OutOfMemoryException eventually.
Hi Cam, Thanks for your message, the example code now displays the Using pattern.
In your example code you're never disposing of the logger, which is going to lead to a OutOfMemoryException eventually.