agent-plugin-logging / Exports / ILogStorage
Interface: ILogStorage
Log storage interface
Implemented by
Table of contents
Methods
Methods
write
▸ write(entry): Promise<void>
Parameters
| Name | Type |
|---|---|
entry | ILogEntry |
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>