The output destination of the Debug.console() written in the JavaScript definition task of IM-LogicDesigner depends on how Resin is started.
* When starting it by double-clicking <%RESIN_HOME%/resin.exe>
or when starting in the foreground from the console (resin.exe console)
-> This will be output to the Resin console.
* When starting in the background from the console (resin.exe start)
-> This will be output to the JVM log file <%RESIN_HOME%>/log/jvm-app-X.log.
For more information on how to start Resin, please refer to the following document.
* intra-mart Accel Platform Setup Guide
6.1.1. Console start / stop
https://document.intra-mart.jp/library/iap/public/setup/iap_setup_guide/texts/start_end/start_end_windows.html#resin-start-end-windows
--Target-------------------------------------------------------------------------
iAP/Accel Platform/All Updates
--------------------------------------------------------------------------------
FAQID:1475
[IM-LogicDesigner] Please tell me where the Debug.console() written in the JavaScript definition task is output.