Skip to content

agent-plugin-logging / Exports / SilentLogStorage

Class: SilentLogStorage

Silent log storage (no-op)

Implements

Table of contents

Constructors

Methods

Constructors

constructor

new SilentLogStorage(): SilentLogStorage

Returns

SilentLogStorage

Methods

write

write(_entry): Promise<void>

Parameters

NameType
_entryILogEntry

Returns

Promise<void>

Implementation of

ILogStorage.write

Defined in

agent-plugin-logging/src/storages/silent-storage.ts:7


flush

flush(): Promise<void>

Returns

Promise<void>

Implementation of

ILogStorage.flush

Defined in

agent-plugin-logging/src/storages/silent-storage.ts:11


close

close(): Promise<void>

Returns

Promise<void>

Implementation of

ILogStorage.close

Defined in

agent-plugin-logging/src/storages/silent-storage.ts:15

Released under the MIT License.