Class LogOutputModel

Log Output Model with timestamp which provides item information for Output Area Model.

Hierarchy

Implements

Constructors

Properties

executionCount: number

The execution count.

level: FullLogLevel

Log level

timestamp: Date

Date & time when output is logged.

trusted: boolean

Whether the model is trusted.

type: string

The output type.

Accessors

  • get changed(): ISignal<this, void>
  • A signal emitted when the output model changes.

    Returns ISignal<this, void>

Methods

  • Dispose of the resources used by the output model.

    Returns void

Generated using TypeDoc