| Package | Description |
|---|---|
| org.csc.phynixx.loggersystem.logger | |
| org.csc.phynixx.loggersystem.logger.channellogger |
| Modifier and Type | Method and Description |
|---|---|
IDataLogger |
IDataLoggerFactory.instanciateLogger(String loggerName,
AccessMode accessMode) |
void |
IDataLogger.open(AccessMode accessMode)
opens the logger with the specified ACCESS_MODE.
|
void |
IDataLogger.reopen(AccessMode accessMode)
reopens the datalogger.
|
| Modifier and Type | Method and Description |
|---|---|
AccessMode |
FileChannelDataLogger.getAccessMode() |
static AccessMode |
AccessMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessMode[] |
AccessMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IDataLogger |
FileChannelDataLoggerFactory.instanciateLogger(String loggerName,
AccessMode accessMode) |
void |
FileChannelDataLogger.open(AccessMode accessMode)
opens the logger with the specified ACCESS_MODE.
|
void |
FileChannelDataLogger.reopen(AccessMode accessMode)
reopens the datalogger.
|
| Constructor and Description |
|---|
FileChannelDataLogger(File logFileAccess,
AccessMode aceessMode)
Opens a logger on base of die given logfile.
|
Copyright © 2017. All rights reserved.