Attempt to log the provided message to the provided logger. If no logger was provided or if the log level does not meat the logger's threshold, then nothing will be logged.
The log level of this log.
The message of this log.
Sends out request.
Get whether or not a log with the provided log level should be logged.
The log level of the log that will be logged.
Whether or not a log with the provided log level should be logged.
Child classes must implement this method with request signing. This method will be executed in sendRequest().
Generated using TypeDoc
Credential policy used to sign HTTP(S) requests before sending. This is an abstract class.
CredentialPolicy
{BaseRequestPolicy}