HarnessLogSink
Generated by TypeDoc. Do not edit this page directly.
Abstract Class: HarnessLogSink
Section titled “Abstract Class: HarnessLogSink”Defined in: packages/core/src/logging/types.ts:83
Extended by
Section titled “Extended by”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new HarnessLogSink(): HarnessLogSink;Returns
Section titled “Returns”HarnessLogSink
Methods
Section titled “Methods”close()?
Section titled “close()?”optional close(): void | Promise<void>;Defined in: packages/core/src/logging/types.ts:86
Returns
Section titled “Returns”void | Promise<void>
flush()?
Section titled “flush()?”optional flush(): void | Promise<void>;Defined in: packages/core/src/logging/types.ts:85
Returns
Section titled “Returns”void | Promise<void>
write()
Section titled “write()”abstract write(record): void | Promise<void>;Defined in: packages/core/src/logging/types.ts:84
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
record | HarnessLogRecord |
Returns
Section titled “Returns”void | Promise<void>