Skip to main content

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
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
2 weeks ago (0.0.12)

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
View transparency log

Add Package

deno add jsr:@joyautomation/coral

Import symbol

import * as mod from "@joyautomation/coral";

---- OR ----

Import directly with a jsr specifier

import * as mod from "jsr:@joyautomation/coral";

Add Package

npx jsr add @joyautomation/coral

Import symbol

import * as mod from "@joyautomation/coral";

Add Package

yarn dlx jsr add @joyautomation/coral

Import symbol

import * as mod from "@joyautomation/coral";

Add Package

pnpm dlx jsr add @joyautomation/coral

Import symbol

import * as mod from "@joyautomation/coral";

Add Package

bunx jsr add @joyautomation/coral

Import symbol

import * as mod from "@joyautomation/coral";