StarRezDevTeam / Serilog.Sinks.AzureWebJobsTraceWriter

Serilog Azure WebJobs/Functions TraceWriter Sink
MIT License
19 stars 4 forks source link

Example code leads to memory leak #9

Closed camhart closed 6 years ago

camhart commented 6 years ago

In your example code you're never disposing of the logger, which is going to lead to a OutOfMemoryException eventually.

JoelGallagher commented 6 years ago

Hi Cam, Thanks for your message, the example code now displays the Using pattern.