yasuflatland-lf / damascus

⚔️ CRUD boilerplate generator for Liferay DXP
https://yasuflatland-lf.github.io/damascus-doc/
GNU Lesser General Public License v3.0
51 stars 35 forks source link

Liferay Logger should be replaced with SLF4J #102

Closed dnebing closed 4 years ago

dnebing commented 4 years ago

Use of the Liferay Log class is deprecated outside of core.

Instead, SLF4J should be used as the primary logging facility.

yasuflatland-lf commented 4 years ago

Thank you for your contribution, @dnebing !