TransWikia.com

Using serilog on Sitecore 9.0.1

Sitecore Asked by alecasciaro on December 13, 2021

I’m using Sitecore 9.0.1. I would like to replace log4net with Serilog.

How do I configure it for 9.0.1?

One Answer

We are using Serilog in our Sitecore 9.0.3 project. It works great. One way of achieving this is shown here:

http://andrewsutherland.azurewebsites.net/2019/09/02/sitecore-experience-commerce-improved-serilog-configurations/

It's basically using Serilog and Serilog.Sinks.File NuGet packages.

If you don't like to do the startup.cs way, you can inject a Serilog initialization class after "Sitecore.Mvc.Pipelines.Loader.InitializeDependencyResolver" using the patch config and initialize the Log.Logger = new LoggerConfiguration() as shown in the above url using all the required settings from another config file.

And while using Serilog. Use it like this: using Log = Serilog.Log;

Log.Information(), Log.Warning(), Log.Error(), and so on.

Answered by Pawan on December 13, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP