Stops a Stopwatch in this logger.
See also:
void pauseWatch() { _watch.stop(); logInfo('Stopwatch paused'); }