We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
We have included logging feature to let you understand what happens under the hood, for different operations.
There are four modes of logging available.
You may activate debug mode using,
Entity.log(true);
Inorder to get a bit of in-depth information, you may activate verbose mode.
Entity.log(true, true);
Rest of the two modes available are warning and error logs, they are activated by default and cant be overridden.