LogRecordOrderOption: {
    logFormatter?: never;
    logRecordOrder?: LogRecordOrderKeys;
}

Options for the logRecordOrder constructor option.

Used to make the logRecordOrder option mutually exclusive with the logFormatter option.

Type declaration

  • OptionallogFormatter?: never

    The custom log formatter.

  • OptionallogRecordOrder?: LogRecordOrderKeys

    Optional list of keys to specify order of the keys in logs.