https://github.com/richplastow/filog
Filtered JavaScript logging, with a simple HTML frontend
https://github.com/richplastow/filog
Last synced: 4 months ago
JSON representation
Filtered JavaScript logging, with a simple HTML frontend
- Host: GitHub
- URL: https://github.com/richplastow/filog
- Owner: richplastow
- License: gpl-2.0
- Created: 2015-03-15T09:10:12.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-03-15T12:44:21.000Z (over 10 years ago)
- Last Synced: 2025-01-06T01:10:55.024Z (5 months ago)
- Language: CoffeeScript
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Filog 0.0.1
===========Filtered JavaScript logging, with a simple HTML frontend.
See [filog.richplastow.com](http://filog.richplastow.com/) for documentation
and live usage examples.Build
-----Build VeroSynth on the command line:
```
$ coffee -j build/filog.js -wc src/*.litcoffee
```Build VeroSynth with tests:
```
$ coffee -j build/filog-test.js -wc src/*.litcoffee test/*.litcoffee
```Test Filog on the client:
Open `test/run-all-tests.html` in a web browser