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