Skip to main content
Module

x/tiny_logger/mod.ts>TinyLogger#writeFile

Logs to console and also writes log entries to either a Csv file or Txt file with Json objects. Slightly opinionated.
Latest
method TinyLogger.prototype.writeFile
import { TinyLogger } from "https://deno.land/x/tiny_logger@v1.0.13/mod.ts";

Parameters

data: string
saveCallback: (SaveCallback)