Various logging methods.

Hierarchy

  • IUFLog

Implemented by

Methods

Methods

  • Writes a debug entry to the log. If there is a commandline argument 'nodebug' the data is not output to the console.

    Parameters

    • aPrefix: string

      A prefix for the entry

    • Rest ...aData: any[]

      Additional entries to write

    Returns void

  • Writes an error entry to the log.

    Parameters

    • aPrefix: string

      A prefix for the entry

    • anError: any

      An error object to write or null to create a general error entry

    • aDescription: string

      A description of the action that was being performed that caused the error

    • Rest ...aData: any[]

      Additional entries to write

    Returns void

  • Writes an info entry to the log.

    Parameters

    • aPrefix: string

      A prefix for the entry

    • Rest ...aData: any[]

      Additional entries to write

    Returns void

  • Writes an entry to the log.

    Parameters

    • Rest ...aData: any[]

      Entries to write

    Returns void

Generated using TypeDoc