Record

A logging library for Deno.

CI GitHub repo size Lines of code deno doc

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

  1. Fork it (https://github.com/icecafecup/record/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request