This release is 1 version behind 0.0.12 — the latest version of @joyautomation/coral. Jump to latest
@joyautomation/coral@0.0.10Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
A simple logging library for Project Kraken
This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers




JSR Score
100%
Published
a year ago (0.0.10)
Coral
A simple logging library for use with Joy Automation's Kraken project, but feel free to use it anywhere!
Usage
import { createLogger, LogLevel } from "jsr:@joyautomation/coral"; const logger = createLogger("myContext", LogLevel.debug); logger.info("Hello, world!");
Built and signed on
GitHub Actions
Add Package
deno add jsr:@joyautomation/coral
Import symbol
import * as coral from "@joyautomation/coral";
Import directly with a jsr specifier
import * as coral from "jsr:@joyautomation/coral";
Add Package
pnpm i jsr:@joyautomation/coral
pnpm dlx jsr add @joyautomation/coral
Import symbol
import * as coral from "@joyautomation/coral";
Add Package
yarn add jsr:@joyautomation/coral
yarn dlx jsr add @joyautomation/coral
Import symbol
import * as coral from "@joyautomation/coral";
Add Package
vlt install jsr:@joyautomation/coral
Import symbol
import * as coral from "@joyautomation/coral";
Add Package
npx jsr add @joyautomation/coral
Import symbol
import * as coral from "@joyautomation/coral";
Add Package
bunx jsr add @joyautomation/coral
Import symbol
import * as coral from "@joyautomation/coral";