Node Red Debug to Console

//NODE-RED Show message in debug window

node.warn("msg"); 
node.error("msg");
Reinosoft