goog.debug.LogBuffer |
Adds a log record to the buffer, possibly overwriting the oldest record.
Arguments:
Returns: !goog.debug.LogRecord
The log record.
|
code » | ||||
![]()
Removes all buffered log records.
|
code » | ||||
![]()
Calls the given function for each buffered log record, starting with the
oldest one.
Arguments:
|
code » |
A static method that always returns the same instance of LogBuffer.
Returns: !goog.debug.LogBuffer
The LogBuffer singleton instance.
|
code » | |
No description.
Returns: boolean
Whether the log buffer is enabled.
|
code » |