|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataLoggerFactory
Method Summary | |
---|---|
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)
|
Method Detail |
---|
String getLoggerSystemName()
IDataLogger instanciateLogger(String loggerName) throws IOException
AccessMode.APPEND
loggerName
- unique Identifier of the logger (concering the logger system)
IOException
IDataLogger instanciateLogger(String loggerName, AccessMode accessMode) throws IOException
loggerName
- unique Identifier of the logger (concering the logger system)
IOException
void cleanup()
void destroyLogger(String loggerName)
Set<String> findLoggerNames() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |