LoggerApi constructor

LoggerApi(
  1. String apiPrefix,
  2. String token
)

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);