ASP.NET CORE has an implementation of a logger against which you can add a custom logger. I created a custom logger to demonstrate how you can implement your own custom logger. The logger is ...
There is "nhibernate-logger" setting, which is read from app.config or web.config. But in .ASP.Net Core, app.config does not exist. There is appsettings.json only. Would it be possible to set ...