/river-logging

logging module for river

Primary LanguageJavaScript

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.