Skip to content

DrPaulBrewer/simple-isomorphic-logger

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

simple-isomorphic-logger

Build Status Coverage Status

Flexibly log data to an in-memory browser array or to stream with writeSync to a .csv file on nodeJS

Programmer's Documentation on ESDoc

The ESDoc site for simple-isomorphic-logger contains documentation prepared from source code of this module.

Breaking Changes for v5

Module changes

v5 is ESM whereas versions 4 and earlier were commonjs.

removing babel dependencies

v5 is not compiled with Babel

Log constructor

specify writing to the filesystem in node by passing it as the 2nd parameter

Tests

npm test

will run the tests, if you have node 6 or later and mocha installed. You can also click on the build or coverage badges to view public test reports.

Copyright 2016,2017,2022- Paul Brewer, Economic and Financial Technology Consulting LLC

License:

The MIT License

About

Flexibly log data to an in-memory browser array or to stream to a .csv file on nodeJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published