Skip to content

Debug

Manual debugging

logger.debug : developer -manual debugging

let storeData = 86;
await g.logger.debug(storeData);

You will get the logs in to the Logs tab.