D::log.draw(ImVec2(50, 50), true, ImColor(255, 255, 0, 255));add_log( <(Const Char PRE-TEXT)>, <(Const Char TEXT)>, <( Int Interval )>, <( Bool RunOnce )> );
D::log.add_log("[INFO] ", "This is a log entry.");D::log.add_log("[INFO] ", "This is a log entry.");D::log.setautoscroll(true);
D::log.setautoscroll(false);D::log.clear();