Skip to main content
Module

x/drash/src/services/dexter/deps.ts>LoggerConfigs

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
interface LoggerConfigs
import { type LoggerConfigs } from "https://deno.land/x/drash@v2.7.0/src/services/dexter/deps.ts";

Properties

optional
level: LogTypes | "all" | "off"
optional
tag_string: string
optional
tag_string_fns: { [key: string]: TagStringFunction; }