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
|
closevoid append(Integer tenant, StorageLogbookParameters parameters) throws IOException
parameters - the entry parametersIOException - if an error is encounteredList<LogInformation> rotateLogFile(Integer tenantId) throws IOException
tenantId - IOExceptionCopyright © 2018 Vitam. All rights reserved.