Repository
Current version released
2 years ago
Versions
Record
A logging library for Deno.
Record is an easy-to-use, simple logging library for Deno, and it’s asynchronous.
Usage example
import { Logger } from "https://deno.land/x/record/mod.ts";
const log = new Logger();
log.info("Hello World");
Meta
IceCafeCup – icecafecup@proton.me
Distributed under the Apache-2.0 license. See LICENSE
for more information.
Contributing
- Fork it (https://github.com/icecafecup/record/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request