New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@namics/remlog-debug

Package Overview
Dependencies
Maintainers
7
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@namics/remlog-debug

This package is used for debugging inside the remlog module.

latest
Source
npmnpm
Version
0.2.2
Version published
Maintainers
7
Created
Source

@namics/remlog-debug

This package is used for debugging inside the remlog module.

Usage

Supported methods
  • error (red)
  • warn (yellow)
  • info (cyan)
  • success (green)
  • log (white)
const { Logger } = require("@namics/remlog-debug");

// Accepts a single argument which defines the module
// or context of the logger. If you're using e.g. the
// FileSystem transports, the logger context will be
// "Transport(FileSystem)"
const logger = new Logger("MyModule");

// Will output a yellow message
// $~ [MyModule] hey you!
logger.warn("hey you!");

Review the Changelog

Keywords

remote

FAQs

Package last updated on 10 Oct 2018

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