Options
All
  • Public
  • Public/Protected
  • All
Menu

Write log to a file using simple-node-logger in the repository root of an SDM. Basically, we just need any logging framework but Winston, as this is separate from the SDM log itself.

Hierarchy

  • SimpleNodeLoggerProgressLog

Implements

  • ProgressLog

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

goalName

goalName: string

log

log: string = ""

Private logger

logger: any

name

name: string

sdmRoot

sdmRoot: string

Accessors

url

  • get url(): string

Methods

close

  • close(): Promise<void>

flush

  • flush(): Promise<void>

isAvailable

  • isAvailable(): Promise<boolean>

write

  • write(pWhat: string): void

Generated using TypeDoc