LogUploadServerInfo

Used to configure the log server information.

struct LogUploadServerInfo {
  const char* serverDomain;
  const char* serverPath;
  int serverPort;
  bool serverHttps;
};

Properties

serverDomain
Domain name of the log server.
serverPath
Storage path of the log on the server.
serverPort
Port number of the log server.
serverHttps
Whether the log server uses HTTPS protocol:
  • true: Use HTTPS protocol.
  • false: Use HTTP protocol.