swiftLog method

void swiftLog()

Print with log capture

Implementation

void swiftLog() {
  swiftPrint(this);
}