1.0.1 • Published 2 months ago

@tightec/logger v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@tightec/logger

The @tightec/logger is an intuitive logging tool designed for various development environments, leveraging the power of Winston for effective logging.

Installation

npm install @tightec/logger

Usage

Here's a simple example to get you started:

import Logger from "@tightec/logger";

Logger.configure({loggingFolder: "./logs"});

Logger.info('This is an info message');

Features

  • Easy integration into any Node.js project.
  • Customizable log levels.
  • Support for different environments like development and production.
  • Integration with Winston for robust logging capabilities.
1.0.1

2 months ago

1.0.0

4 months ago

0.1.0

4 months ago