Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

barelog

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

barelog

A no nonsense logger that keeps things real simple

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

barelog

NPM version TypeScript npm downloads

  • You want logs? I gotchu fam 👍
  • Need timestamps? Of course you fucking do, you're a professional 🕐
  • Don't have time to RTFM? Good, go get shit done 📚
  • Want log levels? This isn't for you 👎

This logger is for when you're developing a simple script that needs timestamped logs, but no other fancy stuff.

Install

npm install barelog --save

Usage & Output Example

This code...

const log = require('barelog')

log('Staying busy. Getting 💩 done.')
log('You like printf format? %s got it 🎉', 'You')

...produces this output

[2019-08-14T01:47:45.896Z] Staying busy. Getting 💩 done.
[2019-08-14T01:47:43.221Z] You like printf format? You got it 🎉

Keywords

FAQs

Package last updated on 06 Sep 2019

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc