davestewart / outliner

A node package to outline SVG strokes as fills

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve logging

davestewart opened this issue · comments

Background

Right now, logging information is captured by injecting a log object into the task functions.

This information is not really used properly in the console.log() output.

Additionally, logging would be better done using a table when #4 is done.

Proposal

Rather than manually building the log string, iterate over the log object and output accordingly:

  • paths
  • unsized
  • etc

Then, log using a table.

Notes:

See: