LoggingServiceCollectionExtensions.AddLogging メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddLogging(IServiceCollection) |
指定の IServiceCollection にログ サービスを追加します。 |
AddLogging(IServiceCollection, Action<ILoggingBuilder>) |
指定の IServiceCollection にログ サービスを追加します。 |
AddLogging(IServiceCollection)
指定の IServiceCollection にログ サービスを追加します。
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Extensions::DependencyInjection::IServiceCollection ^ AddLogging(Microsoft::Extensions::DependencyInjection::IServiceCollection ^ services);
public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddLogging (this Microsoft.Extensions.DependencyInjection.IServiceCollection services);
static member AddLogging : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddLogging (services As IServiceCollection) As IServiceCollection
パラメーター
- services
- IServiceCollection
サービスを追加する先の IServiceCollection。
戻り値
追加の呼び出しをチェーンできるようにする IServiceCollection。
適用対象
AddLogging(IServiceCollection, Action<ILoggingBuilder>)
指定の IServiceCollection にログ サービスを追加します。
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Extensions::DependencyInjection::IServiceCollection ^ AddLogging(Microsoft::Extensions::DependencyInjection::IServiceCollection ^ services, Action<Microsoft::Extensions::Logging::ILoggingBuilder ^> ^ configure);
public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddLogging (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.Extensions.Logging.ILoggingBuilder> configure);
static member AddLogging : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.Extensions.Logging.ILoggingBuilder> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddLogging (services As IServiceCollection, configure As Action(Of ILoggingBuilder)) As IServiceCollection
パラメーター
- services
- IServiceCollection
サービスを追加する先の IServiceCollection。
- configure
- Action<ILoggingBuilder>
ILoggingBuilder 構成デリゲート。
戻り値
追加の呼び出しをチェーンできるようにする IServiceCollection。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET