Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

ModIO.APIClient.logAllRequests

Jackson Wood edited this page Mar 6, 2019 · 2 revisions

APIClient.logAllRequests

public static bool logAllRequests;

Description

Enable logging of all web requests.

When set to true, and the application is running with the DEBUG directive, calls to the various GenerateRequest functions and SendRequest functions will log every incoming and outgoing call.

Initialized Value

false
Clone this wiki locally