草图插件日志 一个实用程序类,用于管理您的Sketch插件到Mac系统日志的输出。 安装 使用npm安装它,在您的Sketch插件文件夹中的某个位置。 npm install sketch-plugin-log 用法 将其导入到Sketch插件中。 请注意,导入路径是相对于正在运行的脚本的! 〜/ MyPlugin.sketchplugin / Contents / Sketch / app.cocoascript @ import '../node_modules/sketch-plugin-log/index.js' ; function onRun ( context ) {