| 3826 | ~LogStatement() { } |
| 3827 | |
| 3828 | void FromJson(Json::Value& input) override |
| 3829 | { |
| 3830 | Data = input["Data"]; |
| 3831 | FromJsonUtilS(input["Level"], Level); |
| 3832 | FromJsonUtilS(input["Message"], Message); |
| 3833 | } |
| 3834 | |
| 3835 | Json::Value ToJson() const override |
| 3836 | { |
nothing calls this directly
no test coverage detected