Logging from multiple processes to same file using Enterprise Library 4.1

后端 未结 4 1618
旧时难觅i
旧时难觅i 2021-02-15 12:23

I have several processes running concurrently that I want to log to the same file.

We have been using Enterprise Library 4.1 Logging Application Block (with a Roll

4条回答
  •  萌比男神i
    2021-02-15 12:54

    I know this is old, but if you are still curious. log4net supports this:

    http://logging.apache.org/log4net/release/faq.html#How do I get multiple process to log to the same file?

提交回复
热议问题