getRecord | Return the address of a modifiable record having the specified fileName and lineNumber attributes, and retrieved from the object pool managed by this logger. Note that the returned Record must subsequently be supplied to a call to the 3-argument logMessage method on this logger. |
logMessage | logMessage overloads |
messageBuffer | Return the address of the modifiable message buffer managed by this logger. Note that the returned buffer is intended to be used only for formatting log messages immediately before calling logMessage. |
messageBufferSize | Return the size, in bytes, of the message buffer managed by this logger. |
numRecordsInUse | Return a snapshot of number of records that have been dispensed by getRecord but have not yet been supplied (returned) using logRecord. |
obtainMessageBuffer | obtainMessageBuffer overloads |
publish | Publish to the observer held by this logger all records stored in the record buffer of this logger and indicate to the observer that the cause is MANUAL_PUBLISH. |
removeAll | Remove all log records from the record buffer of this logger. |