Nlog Async and Log Sequence

你。 提交于 2019-12-05 12:10:14

Unfortunately this is something you have to live with. If it is important to maintain the sequence you'll have to run it synchronously.

But if it is possible for you to manually maintain a sequence number in the log message, it could be a solution.

I know this is old and I'm just ramping up on NLog but if you see a performance increase for the email client, you may want to just assert ASYNC for the email target?

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!