serilog / serilog-sinks-debug

Writes Serilog events to the debug output window
Apache License 2.0
36 stars 10 forks source link

Multiple identical messages #9

Open nasowasauch opened 4 years ago

nasowasauch commented 4 years ago

Sometimes I have 6-7 identical messages in the VS output. Same time stamp, same message content. But the LogDebug was fired only once. In other sinks, like file sink, the message only appears once. What is the cause for that strange behaviour? BR