Logging

Implementations of this feature provides predefined logging behaviour.

Add this feature implementations using AddLogging() extension;

app.Features.AddLogging(...);

Request

This implementation creates a log scope for business method endpoints and logs begin and end with response status.

c => c.Request(singleLine: false)