If you didn't understand the question what i mean is i want to create a function that takes any number of arguments and i want to pass those arguments into cout so that i can print any number of arguments.
Expected Output:
Utils::Log("Hello world", SomefunctionOutput(), 2, 2+2, "Hi");
This is the result i want to achieve. Is there a way? Any help is greatly appreciated!