Use Serilog with CMS12

In previous versions of Optimizely, when you wanted to use a different logger, it took a bit of work. Or you could use one of my providers. With CMS12 you can now just configure a different provider without the need of a custom provider. For Serilog add the following packages, I used the file sink, … Continue reading Use Serilog with CMS12

Enrich your logging with Episerver data

Some of you may have noticed I quite like Serilog. And my NuGet package to integrate it in Episerver is used quite a few times, so I guess I am not the only one. One of the reasons I like it is that you enrich your logging with a lot of extra information. There are … Continue reading Enrich your logging with Episerver data

Add NLog to your EPiServer site, the easy way

Though the API is still in pre release, I looked into adding NLog logging to EPiServer in an easy way, as a LoggerFactory. Turns out it's not very difficult and the API seems to work perfectly ok. Basically you have a logging factory, that needs to implement the ' ILoggerFactory' interface The logger itself needs … Continue reading Add NLog to your EPiServer site, the easy way