Package Exports
- @hammerhq/logger
- @hammerhq/logger/dist
- @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
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");
𧦠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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/my-feature) - Run prettier (
npm run format) - Commit your Changes (
git commit -m 'my awesome feature my-feature') - Push to the Branch (
git push origin feature/my-feature) - Open a Pull Request
βοΈ Show your support
Give a βοΈ if this project helped you!
βοΈ Contact
- Mail: hammer@338.rocks
- Discord: https://338.rocks/discord
- Website: https://hammer.338.rocks
- Documentation: https://hammer.338.rocks/docs/packages/logger