Options
Menu

Class Debug

Hierarchy

  • Debug

Index

Properties

Static ENABLE_LOG

ENABLE_LOG: boolean

Static LOG_PI_ERRORS

LOG_PI_ERRORS: boolean

Static THROW_ERRORS

THROW_ERRORS: boolean

Methods

Static breakpoint

  • breakpoint(): void
  • Returns void

Static log

  • log(...args: any[]): void
  • Parameters

    • Rest ...args: any[]

    Returns void

Static throwPIR

  • throwPIR(clss: string, fnc: string, msg: string): void
  • Parameters

    • clss: string
    • fnc: string
    • msg: string

    Returns void

Static throwPIROnKeyWordOnly

  • throwPIROnKeyWordOnly(str: string, enable?: boolean): void
  • Parameters

    • str: string
    • Default value enable: boolean = true

    Returns void

Generated using TypeDoc