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

x/cliffy/command/upgrade/logger.ts>Logger

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
interface Logger
import { type Logger } from "https://deno.land/x/cliffy@v1.0.0-rc.6/command/upgrade/logger.ts";

Methods

log(...data: Array<unknown>): void
info(...data: Array<unknown>): void
warn(...data: Array<unknown>): void
error(...data: Array<unknown>): void