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

myps.logger

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

myps.logger

Client library for ipc logging

latest
Source
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

myps.logger

Library to publish logs to ipc. Use with myps.broker. To view logs, use myps.logviewer.

const Logger = require("myps.logger");

let myLogger = Logger({ source: "example", channel: "logs" });

myLogger.info("starting up");
myLogger.debug("trying to perform some operations");
myLogger.error("error while calculating route");

Keywords

log

FAQs

Package last updated on 09 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