Implementing Log4net or Serilog for the logger. #26
Replies: 1 comment 11 replies
-
I'm fairly sure the mainstream loggers such as Log4net and Serilog should be able to handle concurrency pretty well, could you elaborate a bit more on what you were trying to achieve? Was it for example replacing all the places that currently use |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @artehe ,
I tried to implement the logger concept (log4net) for the current build but failed. This is due to multiple concurrency occurring for a single file. Do you have any idea for this process?
Beta Was this translation helpful? Give feedback.
All reactions