Skip to content

Logger / LogEntryStart

Class: LogEntryStart

Special log entry indicating the start of a build process.

Extends

Constructors

Constructor

new LogEntryStart(timestamp, message): LogEntryStart

Parameters

timestamp

Date

message

string

Returns

LogEntryStart

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