currentLogIndex property

  1. @visibleForTesting
int currentLogIndex
getter/setter pair

The index of the current log file. Will be incremented on every update of currentLogFile.

Implementation

@visibleForTesting
int currentLogIndex = 0;