Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/powerlog/lib/Powerlog.ts>default.get

A powerful logger for Deno.
Latest
method default.get
import { default } from "https://deno.land/x/powerlog@0.1.0/lib/Powerlog.ts";

This is a static method used to create a new Powerlog instance. It is most recommended to use this method instead of initiating a new instance of Powerlog yourself. This is because the powerlog instance adds some extra function properties to itself that aren't typed. Using Powerlog.get(options) those function properties will be typed.

Parameters

The powerlog options.