0.1.0 • Published 2 years ago

logitrightnowdude v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

log it dude!

1 2 3 4

A custom but cool logger in node js

Installion

to install, enter this command in the terminal:

npm i logitrightnowdude

and there we go! now it should install package called "logitrightnowdude".

Usage

const { log, warning, error, custom } = require("logitrightnowdude");

log("hello this is a log from logitrightnowdude !")
warning("hello this is a warning from logitrightnowdude !")
error("hello this is a error from logitrightnowdude")
custom("custom", "this is a custom message from logitrightnowdude")

Problems

If you want to use this app for electron(desktop app), then you need to allow nodeIntegration.

licence

MIT License

Copyright (c) 2022 Arash Amini

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago