PersistentKeysOption: {
    persistentKeys?: LogAttributes;
    persistentLogAttributes?: never;
}

Options for the persistentKeys constructor option.

Type declaration

  • OptionalpersistentKeys?: LogAttributes

    Keys that will be added to all log items.

  • OptionalpersistentLogAttributes?: never

    Use persistentKeys instead.