Skip to content

eyeamkd/hotlogjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"}})

About

World's Simplest Logger!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published