Class BackupLogbookManager
java.lang.Object
fr.gouv.vitam.functional.administration.core.backup.BackupLogbookManager
Class manage logbook operations logging
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final VitamLogger
-
Constructor Summary
-
Method Summary
-
Field Details
-
LOGGER
-
ERROR_MESSAGE
- See Also:
-
FILE_NAME
- See Also:
-
DIGEST
- See Also:
-
DIGESTTYPE
- See Also:
-
-
Constructor Details
-
BackupLogbookManager
public BackupLogbookManager() -
BackupLogbookManager
-
-
Method Details
-
logEventSuccess
public void logEventSuccess(GUID logbookOperationMasterId, String eventType, String digestStr, String fileName, String objectIdentifier) throws VitamException log end success process- Parameters:
eventType
- the event type to be logged- Throws:
VitamException
- thrown if the logbook could not be updated
-
logError
public void logError(GUID logbookOperationMasterId, String eventType, String errorsDetails) throws VitamException log error (system or technical error)- Parameters:
logbookOperationMasterId
-eventType
- eventTypeerrorsDetails
- the detail error- Throws:
VitamException
-