ArkynLogInstance class allows you to define and retrieve the Arkyn log configuration, including the traffic source ID, user token, and API URL.ts
import { ArkynLogInstance } from "@arkyn/server";
setArkynConfigarkynConfig (SetArkynConfigProps): An object containing the configuration properties.
arkynTrafficSourceId (string): The key used to identify the traffic source.arkynUserToken (string): The user token for authentication.arkynLogBaseApiUrl (string, optional): The API URL for the logs. If not provided, a default URL will be used.getArkynConfig()ArkynConfigProps | undefined - The current configuration, or undefined if no configuration has been initialized.resetArkynConfig()undefined.@arkyn/server package, please refer to the complete API documentation at: