public class DebugLogQueue
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DebugLogQueue.Item |
| Modifier and Type | Method and Description |
|---|---|
static DebugLogQueue |
getInstance() |
DebugLogQueue.Item |
pop() |
void |
push(java.lang.String msg) |
public static DebugLogQueue getInstance()
public void push(java.lang.String msg)
public DebugLogQueue.Item pop()