* Attach buffer. * Turns on initialization logs buffering.
()
| 294 | * Turns on initialization logs buffering. |
| 295 | */ |
| 296 | static attachBuffer() { |
| 297 | this.isBufferAttached = true; |
| 298 | } |
| 299 | |
| 300 | /** |
| 301 | * Detach buffer. |
no outgoing calls
no test coverage detected