Logging utilities
TODO: what is this?
This package is ESM only.
In Node.js (version 18+) with yarn:
yarn add @flex-development/log
See Git - Protocols | Yarn for details regarding installing from Git.
In Deno with esm.sh
:
import { createLogger } from 'https://esm.sh/@flex-development/log'
In browsers with esm.sh
:
<script type="module">
import { createLogger } from 'https://esm.sh/@flex-development/log'
</script>
TODO: use
TODO: api
This package is fully typed with TypeScript.
See CONTRIBUTING.md
.
This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.