@joyautomation/coral@0.0.12Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
joyautomation/coralA 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
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
View transparency logGitHub Actions
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";