addLog method

void addLog(
  1. InfospectLog log
)

Logs an instance of InfospectLog.

Implementation

void addLog(InfospectLog log) => _infospectLogHelper.addLog(log);