Function messageZLogField

  • Creates a log field containing a log line.

    By default, writes message line as space-separated string representations of values.

    Parameters

    • format: ((this, line) => string) = messageZLogField$default

      Message text format. A function accepting message line and returning it formatted.

        • (this, line): string
        • Parameters

          • this: void
          • line: readonly unknown[]

          Returns string

    Returns ZLogField

    Log line field.

Generated using TypeDoc