Git Product home page Git Product logo

good-logs's Introduction


NPM

Good Logs

npm version License: MIT


Logging. Simplified.


Good-logs provide a custom logging for your application. It uses the 'colors' package to colorize console output for better readability.

Usage

Import good-logs into your file:

import goodlog from 'good-logs'

custom(color: any, ...message: string[]): Logs a custom message with the specified color.

log(...message: string[]): Logs a message in yellow.

info(...message: string[]): Logs an informational message in cyan.

warn(...message: string[]): Logs a warning message in yellow.

tbl(...message: any[]): Logs a table for arrays and objects.

error(...message: string[]): Logs an error message in red.

debug(...message: string[]): Logs a debug message in red.

req(req, res): Logs request details.

server(port: any, apiRoot: any, isProd: boolean, isConnected: boolean): Logs server details.

db(host: any, dbName: any, isConnected: boolean): Logs database details.

Example

import goodlog from 'good-logs'

goodlog.log('Hello, world!')

goodlog.info('This is an informational message.')


Contributing

We welcome contributions from the community. Please refer to the contributing guidelines


Credits

This module makes use of the following open-source packages:

  • Colors: Used to colorize console output for better readability.
  • Express: Used to handle HTTP requests and responses.

We are grateful to the authors of these packages for their work.


License

This module is open-source and available under the MIT License.



These definitions were written by Bally Lomibao.

good-logs's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.