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

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
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 Score
100%
Published
a year ago (0.0.1)

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!");

New Ticket: 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 * as coral from "@joyautomation/coral";
or

Import directly with a jsr specifier

import * as coral 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 * as coral 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 * 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";