@tightec/logger
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

@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.

/@tightec/logger/

    Package Sidebar

    Install

    npm i @tightec/logger

    Weekly Downloads

    380

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    102 kB

    Total Files

    30

    Last publish

    Collaborators

    • timonaldenhoff