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%
Downloads38/wk
Publisheda year ago (0.0.5)

A simple logging library for Project Kraken

type alias Log

Interface for a logger object.

Properties

The context string for the logger.

Methods

debug(...args: unknown[]): void

Logs a debug message.

info(...args: unknown[]): void

Logs an info message.

warn(...args: unknown[]): void

Logs a warning message.

error(...args: unknown[]): void

Logs an error message.

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 Log } from "@joyautomation/coral";
or

Import directly with a jsr specifier

import { type Log } 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 Log } 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 Log } from "@joyautomation/coral";

Add Package

vlt install jsr:@joyautomation/coral

Import symbol

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

Add Package

npx jsr add @joyautomation/coral

Import symbol

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

Add Package

bunx jsr add @joyautomation/coral

Import symbol

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