public interface StorageLogService extends VitamAutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
append(Integer tenant,
StorageLogbookParameters parameters)
Add a storage log entry.
|
List<LogInformation> |
rotateLogFile(Integer tenantId)
Rotate log file, and return previous log information
|
close
void append(Integer tenant, StorageLogbookParameters parameters) throws IOException
parameters
- the entry parametersIOException
- if an error is encounteredList<LogInformation> rotateLogFile(Integer tenantId) throws IOException
tenantId
- IOException
Copyright © 2018 Vitam. All rights reserved.