コード例 #1
0
 public TestTelemetryClientFactory(Func <string, LogLevel, bool> filter, TestTelemetryChannel channel)
     : base(TestChannelLoggerProviderFactory.ApplicationInsightsKey, new SamplingPercentageEstimatorSettings(), filter)
 {
     _channel = channel;
 }
コード例 #2
0
 public TestChannelLoggerFactoryBuilder(TestTelemetryChannel channel)
 {
     _channel = channel;
 }
コード例 #3
0
 public TestChannelLoggerProviderFactory(TestTelemetryChannel channel)
 {
     _channel = channel;
 }
 public TestTelemetryClientFactory(Func <string, LogLevel, bool> filter, TestTelemetryChannel channel)
     : base(TestChannelLoggerFactoryBuilder.ApplicationInsightsKey, filter)
 {
     _channel = channel;
 }