This repository was archived by the owner on Feb 4, 2024. It is now read-only.

Description
At the moment the preferred way is to use getters to access the contents.
This is suboptimal for JPA entities, because lazy loading might be triggered and a huge tree might be traversed.
To circumvent this the context logger could generally access the fields directly and prohibit getter calls for entites.