Skip to content

Logger / LogEntryEnd

Class: LogEntryEnd

Special log entry indicating the end of a build process.

Extends

Constructors

Constructor

new LogEntryEnd(timestamp, message): LogEntryEnd

Parameters

timestamp

Date

message

string

Returns

LogEntryEnd

Overrides

LogEntry.constructor

Properties

level

readonly level: LogEntryLevel

Inherited from

LogEntry.level


message

readonly message: string

Inherited from

LogEntry.message


timestamp

readonly timestamp: Date

Inherited from

LogEntry.timestamp

Methods

toString()

toString(): string

Returns

string

Inherited from

LogEntry.toString