Forum

Mathieu Roll
Keymaster
    Has successfully completed the online course Introduction
    Has successfully completed the online course Intermediate (200)
    Has successfully completed the online course Advanced (300)
    Has successfully completed the online course Basics (100)
5 years, 8 months ago #17976
Up
1
Down
::

Hello,

i have a little complement for the debugging of server side bo’s.

A better way is using the Simplifier.Log object because if the business object breaks with an error you will never get the output parameters.

with the Simplifier.Log object he is logging into the Logs & Monitoring at the time you call it so if the Business Object breaks after your log statement the Log is already written to the Logs & Monitoring.

There are 5 log levels.

debug
info
warn
error
critical

and you can use it like this.

Simplifier.Log.debug(“message”, details)

Note:
The visibility of your log and loglevel depends on the server settings you have for log levels.

In my case the Debug logs will not shown.