Skip to content

gaslamp


Interface: Glow

A single log entry conforming to Cell type values.

All fields except values are expected to be strings (Cell type). The values array contains additional metadata as Cell values and is stored as a JSON string in the values column when exported via toMap() or toDataFrame(). The optional category field allows grouping logs by use case (auth, database, api, etc.).

Since

0.42.0

Properties

timestamp

timestamp: Cell

ISO8601 timestamp of the log entry.


level

level: LogLevel

Log level of the entry.


category?

optional category?: string

Optional category for grouping logs.


caller

caller: Cell

Caller function or context.


message

message: Cell

Log message.


values?

optional values?: Cell[]

Optional values or metadata.