-
Notifications
You must be signed in to change notification settings - Fork 57
Other JavaScript Logger
Stephan Strittmatter edited this page Oct 27, 2018
·
4 revisions
There are a lot other projects which are started logging in JavaScript:
There is a very active fork of current log4js framework modified for node.js usage: https://github.com/nomiddlename/log4js-node
'Simplified ES6-port of Log4js: https://github.com/mobilexag/log4js
- Fourspaces Log4js: http://log4js.sourceforge.net/
- node-lumberjack: https://github.com/dhruvbird/node-lumberjack
- fvlogger: http://www.alistapart.com/articles/jslogging
- jslib: http://www.petrusrex.com/Programmes/jslib.htm
- jsTrace: http://www.easy-designs.net/code/jsTrace/
- Logger: http://insin.woaf.net/code/javascript/logger.html
- Dan Allen's Scriptsandbox jsError and Logger.js: http://mojavelinux.com/wiki/doku.php?id=scriptsandbox#jserror.js__jserror.php Dan Allen also wrote the first ideas of MetaTagLogging which are influenced MetatagAppender: http://www.mojavelinux.com/blog/archives/2005/01/javascript_logging_via_meta/index.php.
- Eric Spiegelberg's Log4Ajax: href="http://log4ajax.sourceforge.net/ and associated article: href="http://today.java.net/pub/a/today/2005/12/13/log4ajax.html.
- Andre's JSLog: http://www.earthcode.com/ajax/2005/12/jslog.html.
- Tim Down's log4javascript: http://log4javascript.sourceforge.net which is very simmilar to this project.
- Blackbirdjs: http://code.google.com/p/blackbirdjs/
- https://github.com/kutuluk/loglevel-plugin-remote
- https://github.com/jonnyreeves/js-logger
- https://github.com/winstonjs/winston
- https://github.com/pinojs/pino