LegacyOrleansLoggingFactoryExtensions.AddLegacyOrleansLogging メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddLegacyOrleansLogging(ILoggingBuilder, IEnumerable<ILogConsumer>, IPEndPoint, EventBulkingOptions)
イベントの増量機能を LoggerFactory に追加 LegacyOrleansLoggerProvider する
public static Microsoft.Extensions.Logging.ILoggingBuilder AddLegacyOrleansLogging (this Microsoft.Extensions.Logging.ILoggingBuilder builder, System.Collections.Generic.IEnumerable<Orleans.Runtime.ILogConsumer> logConsumers, System.Net.IPEndPoint ipEndPoint = default, Orleans.Logging.Legacy.EventBulkingOptions eventBulkingOptions = default);
static member AddLegacyOrleansLogging : Microsoft.Extensions.Logging.ILoggingBuilder * seq<Orleans.Runtime.ILogConsumer> * System.Net.IPEndPoint * Orleans.Logging.Legacy.EventBulkingOptions -> Microsoft.Extensions.Logging.ILoggingBuilder
<Extension()>
Public Function AddLegacyOrleansLogging (builder As ILoggingBuilder, logConsumers As IEnumerable(Of ILogConsumer), Optional ipEndPoint As IPEndPoint = Nothing, Optional eventBulkingOptions As EventBulkingOptions = Nothing) As ILoggingBuilder
パラメーター
- builder
- ILoggingBuilder
ロガー ビルダー
- logConsumers
- IEnumerable<ILogConsumer>
ログ イベントを書き込むユーザーのログ コンシューマー
- ipEndPoint
- IPEndPoint
このロガーが関連付けられている IP エンドポイント
- eventBulkingOptions
- EventBulkingOptions
イベントの増量機能の構成
戻り値
適用対象
AddLegacyOrleansLogging(ILoggingBuilder, IEnumerable<ILogConsumer>, OrleansLoggerSeverityOverrides, IPEndPoint, EventBulkingOptions)
イベントの増量機能を LoggerFactory に追加 LegacyOrleansLoggerProvider する
public static Microsoft.Extensions.Logging.ILoggingBuilder AddLegacyOrleansLogging (this Microsoft.Extensions.Logging.ILoggingBuilder builder, System.Collections.Generic.IEnumerable<Orleans.Runtime.ILogConsumer> logConsumers, Orleans.Logging.Legacy.OrleansLoggerSeverityOverrides severityOverrides, System.Net.IPEndPoint ipEndPoint = default, Orleans.Logging.Legacy.EventBulkingOptions eventBulkingOptions = default);
static member AddLegacyOrleansLogging : Microsoft.Extensions.Logging.ILoggingBuilder * seq<Orleans.Runtime.ILogConsumer> * Orleans.Logging.Legacy.OrleansLoggerSeverityOverrides * System.Net.IPEndPoint * Orleans.Logging.Legacy.EventBulkingOptions -> Microsoft.Extensions.Logging.ILoggingBuilder
<Extension()>
Public Function AddLegacyOrleansLogging (builder As ILoggingBuilder, logConsumers As IEnumerable(Of ILogConsumer), severityOverrides As OrleansLoggerSeverityOverrides, Optional ipEndPoint As IPEndPoint = Nothing, Optional eventBulkingOptions As EventBulkingOptions = Nothing) As ILoggingBuilder
パラメーター
- builder
- ILoggingBuilder
ロガー ビルダー
- logConsumers
- IEnumerable<ILogConsumer>
ログを使用するように構成されたログ コンシューマー
- severityOverrides
- OrleansLoggerSeverityOverrides
カテゴリごとの重要度のオーバーライド
- ipEndPoint
- IPEndPoint
このロガーが関連付けられている IP エンドポイント
- eventBulkingOptions
- EventBulkingOptions
イベントの増量機能の構成