getLogs method

List<IInfo>? getLogs()

Implementation

List<IInfo>? getLogs() {
  return ApmKitManager.instance
      .getKit(ApmKitName.kitCarsh)
      ?.getStorage()
      .getAll();
}