1.0.8 • Published 3 years ago

hotlogjs v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

World's Simplest Logger!

Usage

  1. Go to hotlog.in and create your package

  2. Copy the API_KEY into your project's .env file

  3. import * as hot from 'hotlogjs' or const hot = require('hotlogjs')

  4. npm i hotlogjs

  5. hot.log("your data")

  6. check your logs on the dedicated URL given to you

Log Options

options: - data : type object or string - flag : anyone of INFO | WARNING | ERROR

examples:

hot.log("log 1",{flag:"INFO"})

hot.log("log with only message")

hot.log("log 1",{data:{prop:"value"}})

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago