da-logs
v1.2.3
Published
<!-- [![Build Status](https://travis-ci.org/data-avail/da-logs.svg?branch=master)](https://travis-ci.org/data-avail/da-logs) -->
Downloads
14
Readme
da-logs
Allow write logs to console, mongodb, loggly.
Contains typeScript defintion files.
Development
Project contians tasks
file for Visual Studio Code
- Build - run
gulp
, same asnpm run-task build
- Test - run
mocha
, same asnpm test
, same asgulp test
For some reason VS Code take quite a time to start build,
usually watch rebuild proccess via tsc -w
work much faster.
This way use tsc -w
in console and then run test task manually,
when neccessary.