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