print method

dynamic print()

Implementation

print() {
  LogPrinter(dataBaseAdapter!.logs).build();
}