Skip to content

meisl/buster-evented-logger

 
 

Repository files navigation

buster-evented-logger is an evented console logger. Rather than writing to an
output stream, it simply emits events. It supports log levels and formatting of
arguments, suitable for JSON serialization. By default the logger uses
buster-format for ascii formatting of objects passed to it.

Developers: Getting started
---------------------------

$ git submodule init
$ git submodule update
$ ./run-tests

To run tests in the browser:

    node_modules/buster-util/jstdhtml

Open test/test.html in a browser

You can also run JsTestDriver from the root directory.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.1%
  • Shell 0.9%