-
Notifications
You must be signed in to change notification settings - Fork 1
Logs
Don Peter edited this page Oct 11, 2017
·
3 revisions
We have included logging feature to let you understand what happens under the hood, for different operations.
There are four modes of logging available.
- Error mode
- Warning mode
- Debug mode
- Verbose mode
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.