Class StiLogService

The service that is responsible for keeping the log in the report system.

Hierarchy

  • StiLogService

Index

Properties

Accessors

Methods

Properties

Static logString

logString: string = ""

Accessors

Static logEnabled

  • get logEnabled(): boolean
  • set logEnabled(value: boolean): void
  • Returns boolean

  • Parameters

    • value: boolean

    Returns void

Methods

Static write

  • write(type: Type, e: any): void
  • Writes the log message about exeption.

    Parameters

    • type: Type

      The type to add to a message.

    • e: any

      The exeption which will be added to the log.

    Returns void

Static write1

  • write1(message: string): void
  • Writes an message into the log.

    Parameters

    • message: string

      The message which will be added to the log.

    Returns void

Generated using TypeDoc