| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.client.ErrorLogGenerator |
An error log generator.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | ERRORLOG_VERSION | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ErrorLogGenerator(Throwable t) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
addRecord(String key, Object value)
Add a new record.
| ||||||||||
| String | dumpTo(String folder, String filename) | ||||||||||
| String | dumpTo(String folder) | ||||||||||
| String | getLog() | ||||||||||
| LinkedHashMap<String, String> | getRecords() | ||||||||||
| Throwable | getThrowable() | ||||||||||
| void | recordEnginesInformation(IEnginesContext engctx) | ||||||||||
| boolean | removeRecord(String key) | ||||||||||
| boolean |
setRecord(String key, Object value)
Add a new or replace an existing record.
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Add a new record. If a record with a similar key exists, it will *not* be replaced.
Add a new or replace an existing record.