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