getLog static method

Future<List<LogEntry>> getLog()

Gets structured log entries.

Implementation

static Future<List<LogEntry>> getLog() {
  return _instance.getLog();
}