Tech Stack
Installation
NPM
npm install @blazingworks/logger-transport-prettyconsole
Yarn
yarn add @blazingworks/logger-transport-prettyconsole
Usage
TypeScript
import { helloWorld } from "@blazingworks/logger-transport-prettyconsole";
console.log(helloWorld());
// or
console.log(helloWorld("Nagi Aoe"));
JavaScript
const { helloWorld } = require("@blazingworks/logger-transport-prettyconsole");
console.log(helloWorld());
// or
console.log(helloWorld("Reiji Kurose"));
How to report issues/questions
- For general issues/questions, open an issue
- For security issues, please email security@blazing.works
- For important questions, please email opensource@blazing.works
License
As this is an open-source project, support is limited. Please use GitHub Issues for community support or contact opensource@blazing.works for very important matters.