You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* This method will be removed in future version.
* Set the __time__ field. Do not call this method for set __time__ field, this may case data lost.
*
* @param logTime time in second
*/
@Deprecated
public void setLogTime(long logTime) {
this.logTime = logTime;
}
The text was updated successfully, but these errors were encountered:
组装日志时,手动调用log.setLogTime(),后台查看上传时间没有按照预期时间生成。
The text was updated successfully, but these errors were encountered: