Class ApiLogOptions

Class Documentation

class ApiLogOptions

This class contains API log options.

Public Functions

ApiLogOptions()

Public Members

unsigned int sizePerFile

The maximum size of an API log file in bytes.

bool deviceExcluded[constants::maxDevices]

An array that specifies which devices to exclude from API log collection.

bool moduleExcluded[constants::moduleLen]

An array that specifies which modules to exclude from API log collection.

bool moduleResp[constants::moduleLen]

An array that specifies which modules to collect the response of API function calls.