1.0.3 • Published 3 years ago

@nggepe/ez-logs v1.0.3

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

ez-logs

It is a node-js simple logger.

Features

  1. Write your log at your log path with the log subfolder
  2. Write your error log at your log path with the error subfolder
  3. Write the error/log counter at your log path
  4. If you need the log or error counter, you can use the callback function. Actually it's can be use for warn, For example, if you want to send an email when the log as many as 2000.

Installing

  1. Download: run npm install @nggepe/ez-logs
  2. Import:
const log = require('@nggepe/ez-logs')

Usage

This. package used to write logs file into your projects. so you can create your own helper to declare the log.

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago