Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

fileSink

import { fileSink } from "https://raw.githubusercontent.com/Yamboy1/deno-structured-logging/0.4.2/mod.ts";

A basic sink to write to a file

function fileSink(filename: string): SinkFunction;
§
fileSink(filename: string): SinkFunction
[src]

§Parameters

§
filename: string
[src]