Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@grabrinc/isomorphic-logger

Package Overview
Dependencies
Maintainers
7
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@grabrinc/isomorphic-logger

Isomorphic logger

unpublished
Source
npmnpm
Version
0.0.50-beta
Version published
Weekly downloads
0
Maintainers
7
Weekly downloads
 
Created
Source

Isomorphic Logger

Isomorphic logger with modular structure

Example of server-side logger instantiation:

import {
  Logger,
  extractStackTrace,
  createInspectProcessor,
  createHighlightProcessor,
  writeToConsole
} from '@grabrinc/isomorphic-logger/server';

const logger = new Logger;

logger.channel(
  extractStackTrace,
  createInspectProcessor(),
  createHighlightProcessor(),
  writeToConsole
);

Keywords

logger

FAQs

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