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