Skip to main content
Module

std/log/handlers.ts>FileHandler

Deno standard library
Go to Latest
class FileHandler
extends WriterHandler
import { FileHandler } from "https://deno.land/std@0.35.0/log/handlers.ts";

Constructors

new
FileHandler(levelName: string, options: FileHandlerOptions)

Properties

private
_file: File
private
_filename: string

Methods

destroy(): Promise<void>
setup(): Promise<void>