keepOpenDuration property

Duration keepOpenDuration
final

how long to keep log file open. will be closed once this duration passed without a log message.

Implementation

final Duration keepOpenDuration = const Duration(minutes: 2);