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

quick.log

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quick.log

This package provides a quick, easy to use, logging solution viewable from a browser.

  • 1.2.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
13
decreased by-7.14%
Maintainers
1
Weekly downloads
 
Created
Source

Quick.log

Discord Server YouTube Channel

Note: This package is under development and will be updated frequently.

Now supports markdown in .send! Example

This package is meant to provide an easy way view and send logs to a webpage. You can view our Trello roadmap here!

Installation

npm install quick.log

Require Package

var log = require('quick.log')

Webpage Viewable

localhost:8080

Contributions Thank you, Morfixx - General Bugtesting & New Feature Ideas

Usage

Send Log

log.send('message')

Example Output

const log = require('./index.js')

log.send('#Supports Markdown!')
log.send('##Updates in real-time!')
log.send('###Viewable from any browser!')

// Counter
let i = 0

let func = setInterval(function () {

    // Send Message
    log.send(`**${i}** | *Random #* = \`${Math.random()}\``)

    i++
}, 500)

Projects Using quick.log

Infinitude - A fully customizable, modular, multi-use discord bot. - By TrueXPixels

Keywords

FAQs

Package last updated on 07 Dec 2017

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