Socket
Socket
Sign inDemoInstall

@barchart/log4js-node-appenders

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @barchart/log4js-node-appenders

Custom appenders for log4js


Version published
Weekly downloads
117
increased by98.31%
Maintainers
1
Install size
9.70 kB
Created
Weekly downloads
 

Readme

Source

@barchart/log4js-node-appenders

AWS CodeBuild

Assorted appenders for use with the log4js library.

Console Appender (for AWS Lambda)

A console appender that routes output to the correct function of the console object. This appender is useful for logging within an AWS Lambda function (avoids writing all logs at the INFO level).

  • TRACE -> console.trace
  • DEBUG -> console.debug
  • INFO -> console.log
  • WARN -> console.warn
  • ERROR -> console.error
  • FATAL -> console.error

Usage Example

FAQs

Last updated on 01 Jul 2020

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc