Skip to main content
Home

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
a year ago (0.0.12)
type alias Log

Interface for a logger object.

Properties

Whether the log is enabled.

The context string for the logger.

The current log level.

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.

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 { 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";