Skip to content

gaslamp


Interface: GlowOptions

Options for customizing individual log entries.

Since

0.42.0

Properties

level?

optional level?: LogLevel

Log level for the entry. Default: "info".


category?

optional category?: string

Category for grouping logs. Default: undefined.


caller?

optional caller?: string

Caller name or context. Default: auto-detected.


values?

optional values?: Cell[]

Additional values or metadata.


timestamp?

optional timestamp?: string

Timestamp for the entry. Default: current time.