netty5/handler
Norman Maurer 15fa45a84b
Add log level check simply before logging. (#10080)
Motivation:

In general, we will close the debug log in a product environment. However, logging without external level check may still affect performance as varargs will need to allocate an array.

Modification:

Add log level check simply before logging.

Result:

Improve performance slightly in a product environment.
2020-03-05 14:38:57 +01:00
..
src Add log level check simply before logging. (#10080) 2020-03-05 14:38:57 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2020-02-28 06:37:33 +00:00