netty5/handler/src
nmittler c14e6597ae Using public LogLevel for HTTP/2 frame logging.
Motivation:

The Http2FrameLogger is currently using the internal logging classes. We should change this so that it's using the public classes and then converts internally.

Modifications:

Modified Http2FrameLogger and the examples to use the public LogLevel class.

Result:

Fixes #2512
2015-03-17 14:58:44 -07:00
..
main/java/io/netty/handler Using public LogLevel for HTTP/2 frame logging. 2015-03-17 14:58:44 -07:00
test Ensure server preference order in ALPN 2015-03-17 07:30:17 +01:00