Socket
Socket
Sign inDemoInstall

awesome-logs

Package Overview
Dependencies
2
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    awesome-logs

a simple tool to make awesome console logs


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

AWESOME LOGS 🚀

Awesome logs is a node package to make your logs beautiful!

Install

$ npm install awesome-logs

Functions

simple log:
var awesome = require('awesome-logs');
var type = "success" // can be "success", "error", "fail", "alert", "info" and undefined
awesome.log("hello world!" , type);
directs:
var awesome = require('awesome-logs');
awesome.info("hello world!");
awesome.success("hello world!");
awesome.error("hello world!");
awesome.fail("hello world!");
awesome.alert("hello world!");

exemples


send your pull request! or talk with me in twitter @leualemax !

FAQs

Last updated on 18 May 2016

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc