Skip to:
In particular ban the usage of
log.error("message");
and similar for info and warn levels. For at least these 3 logging levels we need to define the message in the Logging interface.
https://github.com/hibernate/hibernate-search/pull/492
In particular ban the usage of
log.error("message");
and similar for info and warn levels. For at least these 3 logging levels we need to define the message in the Logging interface.