goog.log.LogBuffer
Provided By |
---|
A buffer for log records. The purpose of this is to improve logging performance by re-using old objects when the buffer becomes full and to eliminate the need for each app to implement their own log buffer. The disadvantage to doing this is that log handlers cannot maintain references to log records and expect that they are not overwriten at a later point.
new LogBuffer( capacity )
Parameters |
|
---|