DefaultLogManager, LifeLogManager, MemoLogManagerpublic interface LogManager
| Modifier and Type | Field | Description |
|---|---|---|
static String |
SYS_NEW_LINE |
| Modifier and Type | Method | 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.