netty5/codec-http2/src
nmittler 0fe67cfba5 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 15:10:35 -07:00
..
main/java/io/netty/handler/codec/http2 Using public LogLevel for HTTP/2 frame logging. 2015-03-17 15:10:35 -07:00
test/java/io/netty/handler/codec/http2 Cleaning up HTTP/2 method names for max_concurrent_streams 2015-03-16 10:17:39 -07:00