类 RollingIOLog
java.lang.Object
com.huangjian.modbus4j.sero.log.BaseIOLog
com.huangjian.modbus4j.sero.log.RollingIOLog
Class to Log IO with the option to keep historical files
-
字段详细资料
-
fileSize
protected int fileSize -
maxFiles
protected int maxFiles -
currentFileNumber
protected int currentFileNumber
-
-
构造器详细资料
-
RollingIOLog
Constructor for RollingIOLog.
- 参数:
baseFilename- - The base filename for all logfiles ie. dataLog.loglogDirectory- aFileobject.fileSize- - in bytes of file before rolling overmaxFiles- - max number to keep in addition to the current log file
-
-
方法详细资料