LogUploadServerInfo
Log server configuration information.
public static class LogUploadServerInfo {
public String serverDomain = null;
public String serverPath = null;
public int serverPort = 0;
public boolean serverHttps = true;
};
Properties
- serverDomain
- Domain name of the log server.
- serverPath
- Storage path of logs on the server.
- serverPort
- Port number of the log server.
- serverHttps
- Whether the log server uses the HTTPS protocol:
- true: Uses HTTPS protocol.
- false: Uses HTTP protocol.