eclipse-californium / californium

CoAP/DTLS Java Implementation
https://www.eclipse.org/californium/
Other
730 stars 367 forks source link

Deprecate exposed logger and replace them by local instances. #2197

Closed boaks closed 11 months ago

boaks commented 11 months ago

Redesign FilteredLogger to use names instead of exposing logger.

boaks commented 11 months ago

In order to prepare for decouple californium from the slf4j version, all exposed loggers are now deprecated. The most will change their scope to private on the next major release. And a few will be removed, because they are not used at all.

boaks commented 11 months ago

Use LOG instead of LOGGER for new loggers preventing revapi warnings.