Skip to main content
Module

x/tpy/mod.ts>Pylon.PylonWebSocket.ConsoleMethods

🔑 A strongly typed Pylon API client.
Go to Latest
type alias Pylon.PylonWebSocket.ConsoleMethods
import { type Pylon } from "https://deno.land/x/tpy@v1.0.0-pre-release-8/mod.ts";
const { ConsoleMethods } = Pylon.PylonWebSocket;

The method of logging this was caused by. Follows the Console interface methods supported on the Pylon SDK as of 7/24/2022.

definition:
| "error"
| "debug"
| "info"
| "warn"
| "log"