Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EventLocator"/> class.
 /// </summary>
 /// <param name="urlCreator">The URL creator.</param>
 public EventLocator(IAppInsightsUrlCreator urlCreator) => _urlCreator = urlCreator;
Пример #2
0
 public ObjectLogger(TelemetryClient client, IAppInsightsUrlCreator urlCreator)
 {
     _client     = client;
     _urlCreator = urlCreator;
 }