We are creating custom logs in some of our rules services.
Currently, that is done using the StreamWriter class in a C# component, which can cause problems if multiple engines are trying to write to the same log file at the same time.
Anyone have any recommendations for a logging framework which we can use in a rules service?