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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    20
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    20
  • 1.0.0
    48
  • 0.1.0
    0

Package Sidebar

Install

npm i @tightec/logger

Weekly Downloads

68

Version

1.0.1

License

MIT

Unpacked Size

102 kB

Total Files

30

Last publish

Collaborators

  • timonaldenhoff