Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oak_nest/modules/uinv/mod.ts>logTime

Refer to nestjs to realize some common functions for Deno
Go to Latest
function logTime
import { logTime } from "https://deno.land/x/oak_nest@v1.15.1/modules/uinv/mod.ts";

Parameters

optional
options: { str?: string; msg?: string; logger?: Logger; level?:
| "debug"
| "info"
| "warn"
| "error"
; }
= [UNSUPPORTED]

Returns

MethodDecorator