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

x/drake/mod.ts>log

Drake is a make-like task runner for Deno.
Latest
function log
import { log } from "https://deno.land/x/drake@v1.7.0/mod.ts";

Log a message to stdout. Do not log the message if the --quiet command-line option is set.

Parameters

message: string