KestrelServerOptionsConnectionLoggingExtensions.UseConnectionLogging Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
UseConnectionLogging(KestrelServerOptions) |
Создает подробные журналы для байтов, считанных и записанных в подключение. |
UseConnectionLogging(KestrelServerOptions, String) |
Создает подробные журналы для байтов, считанных и записанных в подключение. |
UseConnectionLogging(KestrelServerOptions)
Создает подробные журналы для байтов, считанных и записанных в подключение.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Server::Kestrel::KestrelServerOptions ^ UseConnectionLogging(Microsoft::AspNetCore::Server::Kestrel::KestrelServerOptions ^ options);
public static Microsoft.AspNetCore.Server.Kestrel.KestrelServerOptions UseConnectionLogging (this Microsoft.AspNetCore.Server.Kestrel.KestrelServerOptions options);
static member UseConnectionLogging : Microsoft.AspNetCore.Server.Kestrel.KestrelServerOptions -> Microsoft.AspNetCore.Server.Kestrel.KestrelServerOptions
<Extension()>
Public Function UseConnectionLogging (options As KestrelServerOptions) As KestrelServerOptions
Параметры
- options
- KestrelServerOptions
Возвращаемое значение
The Microsoft.AspNetCore.Server.KestrelServerOptions.
Применяется к
UseConnectionLogging(KestrelServerOptions, String)
Создает подробные журналы для байтов, считанных и записанных в подключение.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Server::Kestrel::KestrelServerOptions ^ UseConnectionLogging(Microsoft::AspNetCore::Server::Kestrel::KestrelServerOptions ^ options, System::String ^ loggerName);
public static Microsoft.AspNetCore.Server.Kestrel.KestrelServerOptions UseConnectionLogging (this Microsoft.AspNetCore.Server.Kestrel.KestrelServerOptions options, string loggerName);
static member UseConnectionLogging : Microsoft.AspNetCore.Server.Kestrel.KestrelServerOptions * string -> Microsoft.AspNetCore.Server.Kestrel.KestrelServerOptions
<Extension()>
Public Function UseConnectionLogging (options As KestrelServerOptions, loggerName As String) As KestrelServerOptions
Параметры
- options
- KestrelServerOptions
- loggerName
- String
Возвращаемое значение
The Microsoft.AspNetCore.Server.KestrelServerOptions.