logger

来自于:官方立即使用

概述

logger 模块能够让 iOS 平台通过 console.log 将日志输出到 Studio 控制台。使用之前需要在 config.xml里面配置为调试模式:

  1. <preference name="debug" value="true" />