1.0.3 • Published 3 years ago

iloggor v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago
const { ilogger } = require("ILoggor");
const option = {
  //some credentials
};
try {
    //some code emmit an error
} catch (err) {
  ilogger({ option, error: err });
}

Installation

This is a NodeJS library can be installed via npm.

Before installing, download and install Node.js. Node.js 0.10 or higher is required

 $ npm install ILoggor

or

$ npm i ILoggor

Using

The using of our library is cooperate with Logger.com.

Use the credentials after you get it from the website as the example above.


Documentation and Code

you can look for the code on github here .


People

Sleman Safiah (software engineer) is the author of ILoggor .


License

MIT