KestrelServerOptionsConnectionLoggingExtensions Class

Definition

public ref class KestrelServerOptionsConnectionLoggingExtensions abstract sealed
public static class KestrelServerOptionsConnectionLoggingExtensions
type KestrelServerOptionsConnectionLoggingExtensions = class
Public Module KestrelServerOptionsConnectionLoggingExtensions
Inheritance
KestrelServerOptionsConnectionLoggingExtensions

Methods

UseConnectionLogging(KestrelServerOptions)

Emits verbose logs for bytes read from and written to the connection.

UseConnectionLogging(KestrelServerOptions, String)

Emits verbose logs for bytes read from and written to the connection.

Applies to