getLogs method

List<IInfo>? getLogs()

Implementation

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