HCI Kit

HCI Kit

  • Quickstart
  • API
  • GitHub

›Getting Started

Getting Started

  • Introduction
  • Quickstart
  • Configuration
  • Tasks
  • Logging
  • Deploying

Cookbook

  • Electron
  • Uploading to S3

Logging

What is logged automatically

We automatically log the start and end of everything. Only leaf nodes receive log statements. We also log the redux actions that are called with their timestamp.

This looks like:

{
  /* Configuration properties */
  "task": "Fitts",
  "width": 10,
  "distance": 5,

  /* Logging */
  "start": 1560441332267,
  "end": 1560441341690,
  "actions" : [
    {
      action : {
      type: "ADVANCE_WORKFLOW"
    },
    timestamp: 1560441341690 }
  ]
}

But you can log your own things as well.

← TasksDeploying →
HCI Kit
Docs
Getting StartedAPI Reference
More
GitHub
Copyright © 2019 Blaine Lewis