contents

fun contents(data: List<YLogData> = inMemoryData): String

Gets and formats the current log file contents.

Returns an empty string when no logs have been recorded and data is empty.

  • Log data is isolated between host app and module processes.

Return

String

Parameters

data

the log data, inMemoryData by default.


Gets the current log file contents.

Returns an empty string when no logs have been recorded.

  • Log data is isolated between host app and module processes.

Return

String