Skip to content

@ralphschuler.logger.Logger.<internal>.internal.WritableOptions

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: WritableOptions

<internal>.internal.WritableOptions

Hierarchy

Table of contents

Properties

Methods

Properties

autoDestroy

Optional autoDestroy: boolean

Inherited from

StreamOptions.autoDestroy

Defined in

node_modules/@types/node/stream.d.ts:952


decodeStrings

Optional decodeStrings: boolean

Defined in

node_modules/@types/node/stream.d.ts:979


defaultEncoding

Optional defaultEncoding: BufferEncoding

Defined in

node_modules/@types/node/stream.d.ts:980


emitClose

Optional emitClose: boolean

Inherited from

StreamOptions.emitClose

Defined in

node_modules/@types/node/stream.d.ts:947


highWaterMark

Optional highWaterMark: number

Inherited from

StreamOptions.highWaterMark

Defined in

node_modules/@types/node/stream.d.ts:948


objectMode

Optional objectMode: boolean

Inherited from

StreamOptions.objectMode

Defined in

node_modules/@types/node/stream.d.ts:949


signal

Optional signal: AbortSignal

When provided the corresponding AbortController can be used to cancel an asynchronous action.

Inherited from

StreamOptions.signal

Defined in

node_modules/@types/node/events.d.ts:456

Methods

construct

construct(this, callback): void

Parameters

Name Type
this Writable
callback (error?: null | Error) => void

Returns

void

Inherited from

StreamOptions.construct

Defined in

node_modules/@types/node/stream.d.ts:950


destroy

destroy(this, error, callback): void

Parameters

Name Type
this Writable
error null | Error
callback (error: null | Error) => void

Returns

void

Inherited from

StreamOptions.destroy

Defined in

node_modules/@types/node/stream.d.ts:951


final

final(this, callback): void

Parameters

Name Type
this Writable
callback (error?: null | Error) => void

Returns

void

Defined in

node_modules/@types/node/stream.d.ts:995


write

write(this, chunk, encoding, callback): void

Parameters

Name Type
this Writable
chunk any
encoding BufferEncoding
callback (error?: null | Error) => void

Returns

void

Defined in

node_modules/@types/node/stream.d.ts:981


writev

writev(this, chunks, callback): void

Parameters

Name Type
this Writable
chunks { chunk: any ; encoding: BufferEncoding }[]
callback (error?: null | Error) => void

Returns

void

Defined in

node_modules/@types/node/stream.d.ts:987

Typescript Libraries

Modules

Namespaces

Clone this wiki locally