New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@avanio/logger-like

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@avanio/logger-like

Logger like interface and tools

  • 0.2.11
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

@avanio/logger-like

TypeScript npm version Maintainability github action

Overview

Generic logger utilities and tools for TypeScript/JavaScript projects.

Content

This package main components:

  • A common ILoggerLike logger interface that works with console, winston, and log4js.
  • A LevelLogger logger class implementation that can set log levels and acts as filter for the actual logger implementation.
  • A PrefixLogger logger class implementation that can add a prefix to the log messages.
  • A MapLogger, logger class implementation that can be used to map log levels to different log keys.

See full Documentation for more details.

Installation

npm install @avanio/logger-like

Keywords

FAQs

Package last updated on 13 Jan 2025

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