void chatLog(String method, ChatMessage msg) { log("chat method: $method, ${msg.toJson().toString()}"); }