Is "Async" keyword the only requirement to make NLog logging asynchronous?

Viewed 1996

I am writing to a target database. In my targets section, I have marked async as true. Do I still need to write code to my web service to make logging async or framework takes care of it?

<targets async="true">
1 Answers
Related