public interface IDataLoggerFactory
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Destroys all Logger of the logerSystem
|
void |
destroyLogger(String loggerName)
destroys the logger an all is associated resources an information
|
Set<String> |
findLoggerNames() |
String |
getLoggerSystemName() |
IDataLogger |
instanciateLogger(String loggerName)
open the logger with mode
AccessMode.APPEND |
IDataLogger |
instanciateLogger(String loggerName,
AccessMode accessMode) |
String getLoggerSystemName()
IDataLogger instanciateLogger(String loggerName) throws IOException
AccessMode.APPENDloggerName - unique Identifier of the logger (concering the logger system)IOExceptionIDataLogger instanciateLogger(String loggerName, AccessMode accessMode) throws IOException
loggerName - unique Identifier of the logger (concering the logger system)IOExceptionvoid cleanup()
void destroyLogger(String loggerName)
Set<String> findLoggerNames() throws IOException
IOExceptionCopyright © 2017. All rights reserved.