bufferSize property (default 100).
| Constructor Summary | |
|---|---|
| void | init(strName : ?) Instance initializer. |
| Method Summary | |
|---|---|
| void | Clears the contents of the buffer. |
| int | Returns the size of the buffer. |
| Array<jsx3.util.Logger.Record> | getRecords(intCount : int) Returns the contents of the record buffer. |
| void | handle(objRecord : jsx3.util.Logger.Record) Stores the log record in memory. |
| void | setBufferSize(intBufferSize : int) Sets the size of the buffer. |
| Methods Inherited From jsx3.util.Logger.Handler |
|---|
| getLevel, getName, isLoggable, setLevel |
| 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 |
|---|
null to get all records.