Class LogInformation
java.lang.Object
fr.gouv.vitam.storage.engine.server.storagelog.LogInformation
Log Information
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget begin log timeget end log file timegetPath()
get log Path
-
Constructor Details
-
LogInformation
-
-
Method Details
-
getPath
get log Path- Returns:
- path
-
getBeginTime
get begin log time- Returns:
- LocalDateTime beginTime
-
getEndTime
get end log file time- Returns:
- LocalDateTime endTime
-