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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappend(StorageLogStructure parameters) Append to the current log.voidclose()
-
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:
closein interfaceAutoCloseable- Specified by:
closein interfaceVitamAutoCloseable
-