Skip to main content
Module

x/grammy_conversations/mod.ts>ConversationHandle#log

Conversational interfaces for grammY
Go to Latest
method ConversationHandle.prototype.log
import { ConversationHandle } from "https://deno.land/x/grammy_conversations@v1.1.1/mod.ts";

Safely perform console.log calls, but only when they should really be logged (so not during replay operations).

Parameters

...args: Parameters<console.log>

Arguments to pass to console.log