| | |
| | | LogTags = new Dictionary<string, string> |
| | | { |
| | | {"tag1", DateTime.Now.ToLongTimeString()}, |
| | | |
| | | }, |
| | | Logs = new List<LogInfo> |
| | | { |
| | |
| | | Time = DateTimeOffset.Now, |
| | | Contents = new Dictionary<string, string> |
| | | { |
| | | {"id", DateTime.Now.Ticks.ToString()}, |
| | | {"homeid", Entity.DB_ResidenceData.Instance.CurrentRegion.id}, |
| | | {"version", MainPage.VersionString}, |
| | | {"userAccount", UserInfo.Current.AccountString}, |
| | | {"userid", UserInfo.Current.ID}, |
| | | {"userAccount", UserInfo.Current.AccountString}, |
| | | {"userName", UserInfo.Current.userName}, |
| | | {"server", DAL.Server.HttpUtil.GlobalRequestHttpsHost}, |
| | | {"homeid", Entity.DB_ResidenceData.Instance.CurrentRegion.id}, |
| | | {"server", Entity.DB_ResidenceData.Instance.CurrentRegion.regionUrl}, |
| | | {"message", msg}, |
| | | } |
| | | } |