Class goog.debug.LogBuffer
code »Creates the log buffer.
Constructor
goog.debug.LogBuffer ( )
Classes
|
Show:
Instance Methods
code »addRecord ( level, msg, loggerName ) ⇒ !goog.debug.LogRecord
Adds a log record to the buffer, possibly overwriting the oldest record.
!goog.debug.LogRecord
Parameters |
---|
|
Returns |
|
code »forEachRecord ( func )Calls the given function for each buffered log record, starting with the
oldest one.
Parameters |
---|
|
Instance Properties
Static Functions
A static method that always returns the same instance of LogBuffer.
Returns |
---|
|
Returns |
---|
|