toJson method

String toJson()

Convert the log entry to a JSON string.

Implementation

String toJson() => jsonEncode(toMap());