addLog method

void addLog(
  1. AliceLog log
)

Adds new log to Alice logger.

Implementation

void addLog(AliceLog log) => _aliceCore.addLog(log);