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

x/drash/src/standard/log/AbstractLogger.ts>AbstractLogger#getFormattedMessage

A microframework for building JavaScript HTTP applications. Runtime-agnostic. Strongly typed.
Latest
method AbstractLogger.prototype.getFormattedMessage
import { AbstractLogger } from "https://deno.land/x/drash@v3.0.0-beta.2/src/standard/log/AbstractLogger.ts";

Parameters

level: string

The message's log level.

message: unknown

The message.

replacements: unknown[]

An array of values to replace {} placeholders in the message.

Returns

string