da-logs

<!-- [![Build Status](https://travis-ci.org/data-avail/da-logs.svg?branch=master)](https://travis-ci.org/data-avail/da-logs) -->

Usage no npm install needed!

<script type="module">
  import daLogs from 'https://cdn.skypack.dev/da-logs';
</script>

README

da-logs

Allow write logs to console, mongodb, loggly.

Contains typeScript defintion files.

Documentation

Development

Project contians tasks file for Visual Studio Code

  • Build - run gulp, same as npm run-task build
  • Test - run mocha, same as npm test, same as gulp 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.