Fixed filelogger timestamp when logging multiple times

This commit is contained in:
Robin K 2020-05-21 15:32:05 +02:00
parent 1c76a26d3b
commit 5ca6011e5e
1 changed files with 2 additions and 0 deletions

View File

@ -68,7 +68,9 @@ public final class FileLoggerImpl implements FileLogger {
stop();
throw new FileLoggerException(e);
}
started = true;
startTimestamp = 0;
}
}