Install Serilog.AspNetCore and register Serilog on the host. Every ILogger<T> the framework already injects then writes through Serilog: no controller changes, no new interface, no Log.Information calls scattered through the code. That is the whole integration,...