Interface DecoratorZLogFieldFormat

Log field decorator format.

Hierarchy

  • DecoratorZLogFieldFormat

Properties

Properties

empty?: string

Empty value placeholder.

It is written instead of empty value.

Nothing is written instead of empty value by default.

prefix?: string

A prefix to add to field value.

Applied only when non-empty field value is written.

suffix?: string

A suffix to add to field value.

Applied only when non-empty field value is written.

Generated using TypeDoc