@logtape/file
v2.0.5
Published
File sink and rotating file sink for LogTape
Maintainers
Readme
File sinks for LogTape
This package provides file sinks for LogTape. You can use the file sinks to write log records to files. For details, read the docs:
Installation
This package is available on JSR and npm. You can install it for various JavaScript runtimes and package managers:
deno add jsr:@logtape/file # for Deno
npm add @logtape/file # for npm
pnpm add @logtape/file # for pnpm
yarn add @logtape/file # for Yarn
bun add @logtape/file # for BunDocs
The docs of this package is available at https://logtape.org/sinks/file. For the API references, see https://jsr.io/@logtape/file.
