Logging
The native module framework offers a way for logging similar to the one of the Server Code Module . The "model" object in each hook class (and every object of the type " AbstractClientDataModel ") provides a variety of log...() methods. Likewise, commands such as
<modulName>.AOM.log("My Output");
can be used. In addition to the server log, the output is visible through the logging console which can be accessed in the Dashboard by clicking the
symbol in the upper right corner.
Besides the development with log outputs there is the possibility of remote debugging.
* link only available in Enterprise Documentation