Socket
Socket
Sign inDemoInstall

abbie

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    abbie

A simple, clean, javascript logger


Version published
Maintainers
1
Install size
6.43 kB
Created

Readme

Source

Abbie

License: MIT npm version Build Status

A simple, clean, javascript logger

Usage

Usage

It's super simple. Just like console.log

Use with Javascript

const { log, warn, error, good, debug } = require('abbie');

log("Hey y'all wassup");
warn('Something nearly failed...');
error('Oopsie i made a booboo and this is an error');
good('This is some good news!');
debug("This won't be in production");

Use with Typescript

import { log, warn, error, good, debug } from 'abbie';

log("Hey y'all wassup");
warn('Something nearly failed...');
error('Oopsie i made a booboo and this is an error');
good('This is some good news!');
debug("This won't be in production");

Test it out on npm RunKit

Developed with ❤️ by jamesinaxx

Keywords

FAQs

Last updated on 28 Aug 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc