Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StorageOptions

Options for initializing a Storage instance

Hierarchy

  • StorageOptions

Index

Properties

Optional encryption

encryption: Partial<EncryptionOptions>

The options for the encryption of the log file and storage file

Optional filename

filename: undefined | string

The name of the storage output file

Optional logger

The options for the storage's logger

Optional parser

parser: JSON

The parser used for stringifying and parsing the saved logs

Generated using TypeDoc