LoggerApi constructor
Constructs a LoggerApi instance with the specified apiPrefix and token.
apiPrefix - The base URL prefix for the logging API.
token - The authentication token used for API requests.
Implementation
LoggerApi(this.apiPrefix, this.token);