static void Destroy()
Definition: LogView.cpp:36
static Log::Type mType[BUFFER_ROWS]
Definition: LogView.h:27
static bool mScrollToBottom
Definition: LogView.h:30
static int mBufferPtr
Definition: LogView.h:28
static void Init()
Definition: LogView.cpp:19
#define BUFFER_WIDTH
Definition: LogView.h:7
static char mBuffer[BUFFER_ROWS][BUFFER_WIDTH]
Definition: LogView.h:25
static char mOutput[BUFFER_ROWS *BUFFER_WIDTH *2]
Definition: LogView.h:24
#define BUFFER_ROWS
Definition: LogView.h:8
static void ClearLog()
Definition: LogView.cpp:112
static bool mAutoScroll
Definition: LogView.h:29
static void Feed(Log::Type type, const char *msg)
Definition: LogView.cpp:102
static void Render()
Definition: LogView.cpp:41
static int mLen[BUFFER_ROWS]
Definition: LogView.h:26