Skip to main content
Module

x/dactyl/example/deps.ts>Application#logger

Web framework for Deno, built on top of Oak 🦇
Latest
method Application.prototype.logger
import { Application } from "https://deno.land/x/dactyl@v0.1.0-alpha/example/deps.ts";

Logger middleware, will be enabled in constructor if appConfig.log is true

Parameters

context: Context
next: Function

Returns

Promise<void>