npm.io
2.2.0 • Published 2 years ago

@hammerhq/logger

Licence
GPL-3.0
Version
2.2.0
Deps
1
Size
41 kB
Vulns
0
Weekly
0
Stars
3

Logo

Hammer Framework Logger Package

Cool looking logs for everyone!
Get support »

Report Bug · Documentation

Installation

$ npm install @hammerhq/logger

Usage

const { Logger } = require("@hammerhq/logger");

const logger = new Logger("[MyLogger]:");

logger.log("Hello World!");
logger.info("Info message");
logger.success("Success message");
logger.warning("Warning message");
logger.error("Error message");
logger.event("Event message");
logger.debug("Debug message");

output

Looking For Contributors

We are looking for contributors to actively work on Hammer and to contribute to the repos. There is still lots of work to do. If you are interested in contributing, please join our Discord server. (There will be a surprise for early contributors!)

License

Copyright 2022 Barış DEMİRCİ.

Distributed under the GPL-3.0 License. See LICENSE for more information.

Contributing

This repo is open for #hacktoberfest. Feel free to use GitHub's features.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/my-feature)
  3. Run prettier (npm run format)
  4. Commit your Changes (git commit -m 'my awesome feature my-feature')
  5. Push to the Branch (git push origin feature/my-feature)
  6. Open a Pull Request

️ Show your support

Give a ️ if this project helped you!

Contact

Keywords