1 write to Logger
http2cat (1)
src\Shared\Http2cat\Http2Utilities.cs (1)
139
Logger
= logger;
9 references to Logger
http2cat (9)
Program.cs (8)
34
h2Connection.
Logger
.LogInformation("Initialized http2 connection. Starting stream 1.");
44
h2Connection.
Logger
.LogInformation("Received headers in a single frame.");
50
h2Connection.
Logger
.LogInformation($"{header.Key}: {header.Value}");
58
h2Connection.
Logger
.LogInformation("Received data in a single frame.");
60
h2Connection.
Logger
.LogInformation(Encoding.UTF8.GetString(dataFrame.Payload.ToArray()));
67
h2Connection.
Logger
.LogInformation("Received trailers in a single frame.");
74
h2Connection.
Logger
.LogInformation($"{header.Key}: {header.Value}");
79
h2Connection.
Logger
.LogInformation("Connection stopped.");
src\Shared\Http2cat\Http2Utilities.cs (1)
907
Logger
.LogInformation("Received headers in a single frame.");