Skip to main content

LogEntry

Represents a single log entry from the template build process.

Extended by

  • LogEntryStart
  • LogEntryEnd

Constructors

Parameters
Returns
LogEntry

Properties

Methods

toString()

Returns
string

LogEntryEnd

Special log entry indicating the end of a build process.

Constructors

Parameters
Returns
LogEntryEnd

Properties

Methods

toString()

Returns
string

LogEntryStart

Special log entry indicating the start of a build process.

Constructors

Parameters
Returns
LogEntryStart

Properties

Methods

toString()

Returns
string

Type Aliases

LogEntryLevel

Log entry severity levels.

Functions

defaultBuildLogger()

Create a default build logger with animated timer display.

Parameters

Returns

Function Logger function that accepts LogEntry instances

Parameters

Returns

void

Example