agent-plugin-logging / Exports / SilentLogStorage
Class: SilentLogStorage
Silent log storage (no-op)
Implements
Table of contents
Constructors
Methods
Constructors
constructor
• new SilentLogStorage(): SilentLogStorage
Returns
Methods
write
▸ write(_entry): Promise<void>
Parameters
| Name | Type |
|---|---|
_entry | ILogEntry |
Returns
Promise<void>
Implementation of
Defined in
agent-plugin-logging/src/storages/silent-storage.ts:7
flush
▸ flush(): Promise<void>
Returns
Promise<void>
Implementation of
Defined in
agent-plugin-logging/src/storages/silent-storage.ts:11
close
▸ close(): Promise<void>
Returns
Promise<void>