Home

Awesome

<!-- deno-fmt-ignore-file -->

LogTape

JSR npm GitHub Actions Codecov

LogTape is a logging library for JavaScript and TypeScript. It provides a simple and flexible logging system that is easy to use and easy to extend. The highlights of LogTape are:

Installation

LogTape is available on JSR and npm. You can install LogTape for various JavaScript runtimes and package managers:

deno add @logtape/logtape  # for Deno
npm  add @logtape/logtape  # for npm
pnpm add @logtape/logtape  # for pnpm
yarn add @logtape/logtape  # for Yarn
bun  add @logtape/logtape  # for Bun

See also the installation manual for more details.

Docs

The docs of LogTape is available at https://logtape.org/. For the API references, see https://jsr.io/@logtape/logtape.