logo
  • 教程列表
  • SO官方文檔
  • 日誌
    • 基本伺服器端日誌記錄
    • 客戶端日誌記錄工具
    • 高階伺服器日誌記錄工具
    • 資料庫翻蓋記錄錯誤
    • 在模板助手中記錄資料上下文的資訊
    • 記錄事件和使用者互動
    • 使用日誌級別變數進行日誌記錄
    • 禁用生產中的日誌記錄
    • 溫斯頓
    • LOGLEVEL
  1. StackOverflow 文件
  2. meteor 教程
  3. 日誌
  4. 記錄事件和使用者互動

記錄事件和使用者互動

Created: November-22, 2018

使用 Chrome Logging API 的簡單示例。

Template.landingPage.events({
  'click .selectItemButton':function(){
    // color code and count the user interaction (blue)
    console.count('click .selectItemButton');
  }
});
  • 使用日誌級別變數進行日誌記錄
  • 在模板助手中記錄資料上下文的資訊

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明