@lelantos-org/sdk / log / ConsoleSinkOptions
Interface: ConsoleSinkOptions โ
Defined in: @lelantos-org/sdk/dist/log/console-sink.d.ts:2
Properties โ
console? โ
ts
optional console?: Pick<Console, "error" | "warn" | "info" | "debug">;Defined in: @lelantos-org/sdk/dist/log/console-sink.d.ts:6
Override the console (tests, or a worker forwarding upstream).
timestamps? โ
ts
optional timestamps?: boolean;Defined in: @lelantos-org/sdk/dist/log/console-sink.d.ts:4
Prefix each line with +Nms since the previous record. Default true.