Lines Matching refs:PrintToConsole
82 static inline void PrintToConsole(string_view message)
94 PrintToConsole(usage);
152 PrintToConsole("DumpLayout saved to:" + savePath);
155 PrintToConsole("DumpLayout failed:" + err.message_);
165 PrintToConsole("DumpLayout saved to:" + savePath);
168 PrintToConsole("DumpLayout failed:" + err.message_);
190 PrintToConsole("ScreenCap failed: " + errorRecv.str());
193 PrintToConsole("ScreenCap saved to " + savePath);
261 PrintToConsole("Missing parameter. \n");
262 PrintToConsole(usage);
274 PrintToConsole(error.message_);
283 PrintToConsole("Illegal argument: " + opt);
284 PrintToConsole(usage);
308 PrintToConsole("Missing argument");
309 PrintToConsole(HELP_MSG);
325 PrintToConsole(VERSION);
328 PrintToConsole(HELP_MSG);
331 PrintToConsole("Illegal argument: " + command);
332 PrintToConsole(HELP_MSG);