Options
All
  • Public
  • Public/Protected
  • All
Menu

Sometimes new log lines are separated by a character rather than a call to write. For example, when receiving data events from a child process newlines delimit log lines.

Hierarchy

  • DelimitedWriteProgressLogDecorator

Implements

Index

Constructors

constructor

Properties

Private Readonly delegate

delegate: ProgressLog

Private lineBuffer

lineBuffer: string = ""

Private Readonly lineDelimiter

lineDelimiter: string

Accessors

log

  • get log(): string

name

  • get name(): string

url

  • get url(): string

Methods

close

flush

isAvailable

write

  • write(msg: string, ...args: string[]): void

Private writeRemainder

  • writeRemainder(): void

Generated using TypeDoc