public interface LogManager
| Modifier and Type | Field and Description |
|---|---|
static String |
SYS_NEW_LINE |
| Modifier and Type | Method and Description |
|---|---|
void |
addRecord(LogRecord record) |
void |
closeLog() |
LogRecord |
fetchRecord(Object ob) |
LogStructure |
getLogStructure() |
Collection<LogRecord> |
getRecords() |
void |
setLogStructure(LogStructure logStruct) |
void |
writeReports(String filepath) |
static final String SYS_NEW_LINE
void addRecord(LogRecord record)
Collection<LogRecord> getRecords()
void setLogStructure(LogStructure logStruct)
LogStructure getLogStructure()
void writeReports(String filepath)
void closeLog()
throws IOException
IOExceptionCopyright © 2019 SMYLD. All rights reserved.