Skip to content

Commit

Permalink
refacotr(home): optimize logfacadeImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
霄鸿 committed Aug 17, 2023
1 parent a66e271 commit 174b4a1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public class Log {
* log detail
*/
private String content;
private Map<String, Object> contentMap;

/**
* log collected time
Expand All @@ -40,4 +41,5 @@ public class Log {
* log tags
*/
private Map<String, String> tags = new HashMap<>();
private Map<String, String> packs = new HashMap<>();
}

0 comments on commit 174b4a1

Please sign in to comment.