currentLogFile property

  1. @visibleForTesting
File currentLogFile
getter/setter pair

The current log file that logs are written to. If this log file exceeds maxLogSizeInMb, current log file will be closed and new one will be created with updateCurrentLogFile method

Implementation

@visibleForTesting
late File currentLogFile;