JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 220
  • Score
    100M100P100Q58340F
  • License GPL-3.0

😎 Cool looking logs for everyone!

Package Exports

  • @hammerhq/logger
  • @hammerhq/logger/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@hammerhq/logger) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@hammerhq/logger

😎 Cool looking logs for everyone!

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

License

Copyright © 2022 Barış DEMİRCİ.

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

Contributing

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