Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Logger

Hierarchy

  • Logger

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    Returns Logger

Properties

game

game: Game

logging

logging: Trigger<Log>

Methods

debug

  • debug(message: string, cause?: any): void
  • Parameters

    • message: string
    • Optional cause: any

    Returns void

destroy

  • destroy(): void

destroyed

  • destroyed(): boolean

error

  • error(message: string, cause?: any): void
  • Parameters

    • message: string
    • Optional cause: any

    Returns void

info

  • info(message: string, cause?: any): void
  • Parameters

    • message: string
    • Optional cause: any

    Returns void

warn

  • warn(message: string, cause?: any): void
  • Parameters

    • message: string
    • Optional cause: any

    Returns void

Generated using TypeDoc