Interface IUseApiLoggerOptions

Options for 'useApiLogger()' function.

Hierarchy

  • IUseApiLoggerOptions

Properties

Properties

client?: string

The client id for the logs service. Optional. If the key is not provided, environment variable LOGS_SERVICE_CLIENT will be used.

key?: string

The api key for the logs service. Optional. If the key is not provided, environment variable LOGS_SERVICE_KEY will be used.

url?: string

The url pointing to the logs service. Optional. If the url is not provided, environment variable LOGS_SERVICE_URL will be used.

Generated using TypeDoc