Options
All
  • Public
  • Public/Protected
  • All
Menu

A LoggerOutput specifies a single method to be called to display or register a log.

Hierarchy

  • LoggerOutput

Index

Methods

Methods

  • log(group: string, message: string, type: "info" | "warning" | "error", internal?: boolean): void
  • Parameters

    • group: string
    • message: string
    • type: "info" | "warning" | "error"
    • Optional internal: boolean

    Returns void

Generated using TypeDoc