Skip to main content
Home
This release is 39 versions behind 1.3.6 — the latest version of @logtape/file. Jump to latest

Built and signed on GitHub Actions

Works with
This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score100%
Downloads296/wk
Published11 months ago (0.9.0)

File sink and rotating file sink for LogTape

type alias FileSinkOptions

Options for the getBaseFileSink function.

Definition

StreamSinkOptions

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:@logtape/file

Import symbol

import { type FileSinkOptions } from "@logtape/file";
or

Import directly with a jsr specifier

import { type FileSinkOptions } from "jsr:@logtape/file";

Add Package

pnpm i jsr:@logtape/file
or (using pnpm 10.8 or older)
pnpm dlx jsr add @logtape/file

Import symbol

import { type FileSinkOptions } from "@logtape/file";

Add Package

yarn add jsr:@logtape/file
or (using Yarn 4.8 or older)
yarn dlx jsr add @logtape/file

Import symbol

import { type FileSinkOptions } from "@logtape/file";

Add Package

vlt install jsr:@logtape/file

Import symbol

import { type FileSinkOptions } from "@logtape/file";

Add Package

npx jsr add @logtape/file

Import symbol

import { type FileSinkOptions } from "@logtape/file";

Add Package

bunx jsr add @logtape/file

Import symbol

import { type FileSinkOptions } from "@logtape/file";