netty5/common
feijermu f07115c2a6 Add a log level check simply before logging. (#10093)
Motivation:

ThrowableUtil.stackTraceToString is an expensive method call. So I think a log level check before this logging statement is quite needed especially in a environment with the warning log disabled.

Modification:

Add log level check simply before logging.

Result:

Improve performance in a environment with the warning log disabled.
2020-03-09 08:48:56 +01:00
..
src Add a log level check simply before logging. (#10093) 2020-03-09 08:48:56 +01:00
pom.xml Include JCTools sources for shaded classes in the sources jar 2019-12-05 09:10:45 +01:00