scottburch / river-logging

logging module for river

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple logging module for river

Installation

Place these files in a 'modules/logging' directory and add to the list of loaded modules.

Use

/**
** Inside some module method
**/
that.doAction('log', 'some array or string');

The logging module can take an array or a string. Currently outputs using console.log.

About

logging module for river


Languages

Language:JavaScript 100.0%