
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
log4js-amqp
Advanced tools
log4js-amqp is a log4js log appender to push log messages into AMQP
You can install install log4js-amqp via npm:
npm install log4js-amqp
var Log4js = require('log4js')();
var Log4jsAmqp = require('log4js-amqp');
Log4js.addAppender(Log4jsAmqp.createAppender({
host: 'yourhostname',
login: 'yourlogin',
password: 'yourpassword',
exchange: 'yourexchange'
})
);
var log = Log4js.getLogger('unittest');
log.debug('debuglog');
log.info('infolog');
FAQs
A log4js log appender to push logs into AMQP
The npm package log4js-amqp receives a total of 0 weekly downloads. As such, log4js-amqp popularity was classified as not popular.
We found that log4js-amqp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.