Skip to content
Don Peter edited this page Oct 11, 2017 · 3 revisions

ONAM Logs

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.

Clone this wiki locally