Class StorageLogAppender
java.lang.Object
fr.gouv.vitam.storage.engine.server.storagelog.StorageLogAppender
- All Implemented Interfaces:
VitamAutoCloseable
,AutoCloseable
Storage log appender.
Not thread-safe. Should not be invoked by multiple threads concurrently.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
append
(StorageLogStructure parameters) Append to the current log.void
close()
-
Constructor Details
-
StorageLogAppender
- Throws:
IOException
-
-
Method Details
-
append
Append to the current log.- Parameters:
parameters
- information to append to logFile- Throws:
IOException
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceVitamAutoCloseable
-