52 template<
typename T,
typename... Types>
53 void print(T var1, Types... var2) {
80 template<
typename T,
typename... Types>
Namespace containing logs utils.
void print()
Prints a log message with no arguments.
std::string format_message()
Formats an empty log message.
void print_ln()
Prints a log message with multiple arguments followed by a newline.
void println(std::string_view sv)
Prints a string to the console followed by a newline.
void print(std::string_view sv)
Prints a string to the console.
void flush()
Flushes the output buffer.