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

x/unilogger/src/file_logger.ts>FileLogger#fatal

Logger utility module for Deno
Latest
method FileLogger.prototype.fatal
import { FileLogger } from "https://deno.land/x/unilogger@v1.1.0/src/file_logger.ts";

Log an fatal message.

Parameters

message: string

The message to log.

...params: unknown[]

Returns

string | void

The full message that will be logged