Skip to main content
Module

std/log/handlers.ts>WriterHandler

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

Properties

protected
_writer: Writer

Methods

abstract
log(msg: string): void