agent-plugin-logging / Exports / ILogEntry
Interface: ILogEntry
Log entry structure
Table of contents
Properties
Properties
timestamp
• timestamp: Date
Defined in
agent-plugin-logging/src/types.ts:15
level
• level: TLogLevel
Defined in
agent-plugin-logging/src/types.ts:16
message
• message: string
Defined in
agent-plugin-logging/src/types.ts:17
context
• Optional context: Record<string, undefined | string | number | boolean | Date>
Defined in
agent-plugin-logging/src/types.ts:18
metadata
• Optional metadata: Object
Type declaration
| Name | Type |
|---|---|
executionId? | string |
conversationId? | string |
userId? | string |
sessionId? | string |
operation? | string |
duration? | number |