Posts

Showing posts from April, 2022

Configuring serilog to support multiple file write using configuration file only.

  You can use the following setup to configure our serilog to write to multipe file. If it is an error log event , it goes into a file called conditional.log If it is an information log event, it goes into a file called info.log For more details of the configuration changes, please click here: https://gist.github.com/mitzen/81a9ffd24bc5294343c8ea62e77683a5