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.35.0/log/handlers.ts";

Properties

private
_encoder: TextEncoder
protected
_writer: Writer

Methods

log(msg: string): void