netty5/microbench/src/main
Ade Setyawan Sajim 016629fe3b Replace system.out.println with InternalLoggerFactory
Motivation:

There are two files that still use `system.out.println` to log their status

Modification:

Replace `system.out.println` with a `debug` function inside an instance of `InternalLoggerFactory`

Result:

Introduce an instance of `InternalLoggerFactory` in class `AbstractMicrobenchmark.java` and `AbstractSharedExecutorMicrobenchmark.java`
2017-03-28 14:51:59 +02:00
..
java/io/netty Replace system.out.println with InternalLoggerFactory 2017-03-28 14:51:59 +02:00
resources Add benchmarks for SSLEngine implementations 2017-02-24 08:02:10 +01:00