Skip to main content
Home

Built and signed on GitHub Actions

Works with
This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
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 Score88%
Downloads7/wk
Published3 days ago (0.3.2)

Simple log library for containerized applications. Creates JSON and sends it to stdout. If you're looking for full log implementation check other projects. This is meant to be simple and efficient / fast.

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:@danielfroz/slog

Import symbol

import { type Log } from "@danielfroz/slog";
or

Import directly with a jsr specifier

import { type Log } from "jsr:@danielfroz/slog";

Add Package

pnpm i jsr:@danielfroz/slog
or (using pnpm 10.8 or older)
pnpm dlx jsr add @danielfroz/slog

Import symbol

import { type Log } from "@danielfroz/slog";

Add Package

yarn add jsr:@danielfroz/slog
or (using Yarn 4.8 or older)
yarn dlx jsr add @danielfroz/slog

Import symbol

import { type Log } from "@danielfroz/slog";

Add Package

vlt install jsr:@danielfroz/slog

Import symbol

import { type Log } from "@danielfroz/slog";

Add Package

npx jsr add @danielfroz/slog

Import symbol

import { type Log } from "@danielfroz/slog";

Add Package

bunx jsr add @danielfroz/slog

Import symbol

import { type Log } from "@danielfroz/slog";