Skip to main content
Home
This release is 4 versions behind 0.0.12 — the latest version of @joyautomation/coral. Jump to latest

Built and signed on GitHub Actions

Works with
This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score100%
Downloads34/wk
Publisheda year ago (0.0.5)

A simple logging library for Project Kraken

type alias LogLevels

Type representing all log levels and their corresponding filters.

Definition

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@joyautomation/coral

Import symbol

import { type LogLevels } from "@joyautomation/coral";
or

Import directly with a jsr specifier

import { type LogLevels } from "jsr:@joyautomation/coral";

Add Package

pnpm i jsr:@joyautomation/coral
or (using pnpm 10.8 or older)
pnpm dlx jsr add @joyautomation/coral

Import symbol

import { type LogLevels } from "@joyautomation/coral";

Add Package

yarn add jsr:@joyautomation/coral
or (using Yarn 4.8 or older)
yarn dlx jsr add @joyautomation/coral

Import symbol

import { type LogLevels } from "@joyautomation/coral";

Add Package

vlt install jsr:@joyautomation/coral

Import symbol

import { type LogLevels } from "@joyautomation/coral";

Add Package

npx jsr add @joyautomation/coral

Import symbol

import { type LogLevels } from "@joyautomation/coral";

Add Package

bunx jsr add @joyautomation/coral

Import symbol

import { type LogLevels } from "@joyautomation/coral";