Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LogEvent

Emitted each time the TwitchChannel library wants to log something.

By default, nothing is logged to the console. You need to listen to this event to receive logs.

Hierarchy

  • LogEvent

Index

Properties

error?: unknown

Only present when level === "error"

level: "error" | "warn" | "info" | "debug"
message: string
type: "log"

Generated using TypeDoc