| Constructor Summary | |
|---|---|
| void | init(strMessage : String, arrParams : Array<Object>, intLevel : int, strLogger : String, arrStack : Function | Array<Function>, objError : jsx3.lang.Exception) Instance initializer. |
| Method Summary | |
|---|---|
| Date | getDate() Returns the current date when this record was created. |
| jsx3.lang.Exception | getError() Returns the exception that this record was created with. |
| Function | Returns the JavaScript function that called the Logger message that created this record. |
| int | getLevel() Returns the logging level that this record was created with. |
| String | Returns the name of the logger that created this record. |
| String | Returns the raw message of this record. |
| Array<Object> | Returns the message parameters of this record. |
| int | Returns this record's serial number. |
| Array<Function> | getStack() Returns the complete JavaScript stack from when this record was created. |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf, toString |
| Constructor Detail |
|---|
| Method Detail |
|---|
Logger.logError() or similar.