I have an NLog config file with several async targets (<targets async="true">
). One of the targets is a log file.
I know that NLOG is thread-safe, but does it guarantee that messages coming from the same thread are written to the log file in the order in which they were produced?