This website requires JavaScript.
Explore
Help
Sign In
gr1ffon
/
quic-go
Watch
1
Star
0
Fork
0
You've already forked quic-go
forked from
quic-go/quic-go
Code
Pull Requests
Activity
Files
118a7dba5ad7055262e5880ee779f6cf99aaa965
quic-go
/
logging
History
Marten Seemann
118a7dba5a
add a logging.NullConnectionTracer
...
The NullConnectionTracer can be embedded, to make it easier to access just a few of the calls.
2022-08-22 13:20:21 +03:00
..
frame.go
make it possible to log DATAGRAM frames
2020-12-09 15:31:23 +07:00
interface.go
use the new error types to log the reason why a connection is closed
2021-05-03 14:00:41 +07:00
logging_suite_test.go
add a multiplexer for the logging.ConnectionTracer
2020-07-11 09:45:46 +07:00
mock_connection_tracer_test.go
use the new error types to log the reason why a connection is closed
2021-05-03 14:00:41 +07:00
mock_tracer_test.go
pass a context to logging.Tracer.NewConnectionTracer
2021-04-14 16:59:36 +07:00
mockgen.go
remove unneeded calls to goimports when generating mocks
2022-01-09 10:11:21 +04:00
multiplex_test.go
use the new error types to log the reason why a connection is closed
2021-05-03 14:00:41 +07:00
multiplex.go
use the new error types to log the reason why a connection is closed
2021-05-03 14:00:41 +07:00
null_connection_tracer.go
add a logging.NullConnectionTracer
2022-08-22 13:20:21 +03:00
packet_header_test.go
split the qlog package into a logging and a qlog package
2020-07-01 16:49:24 +07:00
packet_header.go
move the PacketHeader struct from logging to qlog package
2020-09-09 13:17:59 +07:00
types.go
rename the Session to Connection
2022-03-27 11:27:23 +01:00