Socket
Socket
Sign inDemoInstall

@arcjet/logger

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcjet/logger

Arcjet lightweight logger which mirrors the Pino structured logger interface


Version published
Weekly downloads
1.8K
increased by2.7%
Maintainers
2
Weekly downloads
 
Created
Source
Arcjet Logo

@arcjet/logger

npm badge

Arcjet lightweight logger which mirrors the Pino structured logger interface.

Installation

npm install -S @arcjet/logger

Example

import logger from "@arcjet/logger";

logger.debug("only printed in debug mode");
logger.log("only printed in log mode");
logger.warn("printed in default mode");
// printf-style printing
logger.error("printed always: %s", new Error("oops"));

Log levels

Log levels can be changed by setting the ARCJET_LOG_LEVEL environment variable to one of: "DEBUG", "LOG", "WARN", or "ERROR".

License

Licensed under the Apache License, Version 2.0.

FAQs

Package last updated on 10 Sep 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc