@logtape/file
Version:
File sink and rotating file sink for LogTape
44 lines (31 loc) • 1.18 kB
Markdown
<!-- deno-fmt-ignore-file -->
File sinks for LogTape
======================
[![JSR][JSR badge]][JSR]
[![npm][npm badge]][npm]
This package provides file sinks for [LogTape]. You can use the file sinks to
write log records to files. For details, read the docs:
- [File sink]
- [Rotating file sink]
[]: https://jsr.io/@logtape/file
[]: https://jsr.io/badges/@logtape/file
[]: https://www.npmjs.com/package/@logtape/file
[]: https://img.shields.io/npm/v/@logtape/file?logo=npm
[]: https://logtape.org/
[]: https://logtape.org/manual/sinks#file-sink
[]: https://logtape.org/manual/sinks#rotating-file-sink
Installation
------------
This package is available on [JSR] and [npm]. You can install it for various
JavaScript runtimes and package managers:
~~~~ sh
deno add jsr:@logtape/file
npm add @logtape/file
pnpm add @logtape/file
yarn add @logtape/file
bun add @logtape/file
~~~~
Docs
----
The docs of this package is available at <https://logtape.org/manual/sinks>.
For the API references, see <https://jsr.io/@logtape/file>.