Skip to content

agent-plugin-logging / Exports / ILogStorage

Interface: ILogStorage

Log storage interface

Implemented by

Table of contents

Methods

Methods

write

write(entry): Promise<void>

Parameters

NameType
entryILogEntry

Returns

Promise<void>

Defined in

agent-plugin-logging/src/types.ts:70


flush

flush(): Promise<void>

Returns

Promise<void>

Defined in

agent-plugin-logging/src/types.ts:71


close

close(): Promise<void>

Returns

Promise<void>

Defined in

agent-plugin-logging/src/types.ts:72

Released under the MIT License.