Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Functions

log

  • log<T>(msg: T): void
  • Log a string message. If T has toString it is called, otherwise T must be serializable.

    Logs are stored as an array of strings

    logging.log("log message")
    

    Type parameters

    • T

    Parameters

    • msg: T

      Text to be added to the log

    Returns void

Generated using TypeDoc