We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41243f2 + 4cf9ebb commit ea176c2Copy full SHA for ea176c2
README.md
@@ -71,7 +71,7 @@ The following program is a small example of Fluent Logger for Java.
71
72
public void doApplicationLogic() {
73
// ...
74
- Map<String, String> data = new HashMap<String, String>();
+ Map<String, Object> data = new HashMap<String, Object>();
75
data.put("from", "userA");
76
data.put("to", "userB");
77
LOG.log("follow", data);
0 commit comments