1 write to _logger
http2cat (1)
src\Shared\Http2cat\Http2CatHostedService.cs (1)
35_logger = logger;
9 references to _logger
http2cat (9)
src\Shared\Http2cat\Http2CatHostedService.cs (9)
68if (_logger.IsEnabled(LogLevel.Information)) 70_logger.LogInformation($"Connecting to '{endpoint}'."); 75if (_logger.IsEnabled(LogLevel.Information)) 77_logger.LogInformation($"Connected to '{endpoint}'."); 84_logger.LogInformation("Starting TLS handshake."); 104if (_logger.IsEnabled(LogLevel.Information)) 106_logger.LogInformation($"TLS handshake completed successfully."); 110var http2Utilities = new Http2Utilities(context, _logger, _stopTokenSource.Token); 118_logger.LogError(ex, "App error");