Generate a log message using a vprintf-style format string and option arguments
Generate a log message using a vprintf-style format string and option arguments. This function should not be called directly; it exists only as a helper functionfor cpLog, which in turn is defined only if we are using the GNU C compiler (i.e. if the preprocessor macro __GNUC__ is defined).
generated by doc++