netty5/common/src
old driver 5178b2c7a5
make Slf4JLoggerFactory be singleton (#11253)
Motivation:

The current initialization of Slf4JLoggerFactory is not singleton.

Modification:

Use Slf4JLoggerFactory.INSTANCE to initialize Slf4JLoggerFactory.

Result:

The instance of Slf4JLoggerFactory became a singleton.
2021-05-17 09:10:15 +02:00
..
main make Slf4JLoggerFactory be singleton (#11253) 2021-05-17 09:10:15 +02:00
test Utilize i.n.u.internal.ObjectUtil to assert Preconditions (commons) (#11170) (#11172) 2021-04-22 08:03:24 +02:00