veyron/examples/pipetobrowser: Veyron Log Viewer plugin.

vLog pipe-viewer plugin can parse standard vLog (and gLog)
lines and display them in a data grid.

myVeyronServerd -v=3 2>&1 | p2b google/p2b/[name]/vlog
or
cat logfile | p2b google/p2b/[name]/vlog

(2>&1 simply redirects sdterr to stdout, needed since logs are written to stderr.)

Still TODO: sort, filter, search and style.

Change-Id: Ifc3fe40c0de6350cdff17a660feacfcd74371e32
7 files changed
tree: 3003ee24ea65ce3f0a15885b2b3d48702afba9c1
  1. examples/
  2. lib/
  3. runtimes/
  4. security/
  5. services/
  6. tools/