Skip to main content

Built and signed on GitHub Actions

File sink and rotating file sink for LogTape

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 Score
100%
Published
4 weeks ago (0.9.0)
type alias FileSinkOptions

Options for the getBaseFileSink function.

Definition

StreamSinkOptions

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

npx jsr add @logtape/file

Import symbol

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

Add Package

yarn dlx jsr add @logtape/file

Import symbol

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

Add Package

pnpm dlx 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";