Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WritableLog

Interface for a writable log that provides a function to write to the log.

Hierarchy

  • WritableLog

Index

Properties

Methods

Properties

Optional log

log: string

The content already written to the log. This is optional as some implementations may choose to not expose their log as a string as it could be too long.

Optional stripAnsi

stripAnsi: boolean

Set to true if ANSI escape characters should be stripped from the data before writing to log.

Methods

write

  • write(what: string): void

Generated using TypeDoc