Options
All
  • Public
  • Public/Protected
  • All
Menu

Module logger

Index

Functions

Functions

log

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

    • message: string
    • Rest ...args: any[]

    Returns void

profile

  • profile(target: any, propertyKey: string, descriptor: PropertyDescriptor): PropertyDescriptor
  • A decorator that can profile a function.

    Parameters

    • target: any
    • propertyKey: string
    • descriptor: PropertyDescriptor

    Returns PropertyDescriptor

Generated using TypeDoc