Log.exportToJson Method¶
Module: Log
Definition¶
Exports a representation of the log, in JSON format.
String exportToJson(String? indentation, bool debug)
Parameters
indentation Stringin The indentation of the json string.
debug boolin Indicates whether debug information is added to the log.
Returns
StringThe result.
Exceptions
An error has occurred during Bioseal Library execution.