| Package | Description |
|---|---|
| org.smyld.log |
| Modifier and Type | Method | Description |
|---|---|---|
LogRecord |
DefaultLogManager.fetchRecord(Object ob) |
Gets the record contained in this monitor with the given key
|
LogRecord |
LifeLogManager.fetchRecord(Object ob) |
|
LogRecord |
LogManager.fetchRecord(Object ob) |
|
LogRecord |
MemoLogManager.fetchRecord(Object ob) |
Gets the record contained in this monitor with the given key
|
| Modifier and Type | Method | Description |
|---|---|---|
Collection<LogRecord> |
DefaultLogManager.getRecords() |
Gets the set of log records maintained in this monitor
|
Collection<LogRecord> |
LifeLogManager.getRecords() |
|
Collection<LogRecord> |
LogManager.getRecords() |
|
Collection<LogRecord> |
MemoLogManager.getRecords() |
Gets the set of log records maintained in this monitor
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DefaultLogManager.addRecord(LogRecord record) |
Adds the given log record to this log manger without any verification if
the record is already contained in this manager
|
void |
LifeLogManager.addRecord(LogRecord record) |
|
void |
LogManager.addRecord(LogRecord record) |
|
void |
MemoLogManager.addRecord(LogRecord record) |
Adds the given log record to this log manger without any verification if
the record is already contained in this manager
|
void |
SMYLDDebugHandler.addRecord(LogRecord record,
int msgDebugLevel) |
|
String |
AbstractLogWriter.printRecord(LogRecord newRecord,
String sep) |
|
String |
CVSLogWriter.printRecord(LogRecord newRecord) |
|
String |
ExcelWriter.printRecord(LogRecord newRecord) |
|
String |
LogRecordWriter.printRecord(LogRecord newRecord) |
|
String |
PlaingLogWriter.printRecord(LogRecord newRecord) |
Copyright © 2019 SMYLD. All rights reserved.