void vCpLog (int pri, const char* file, int line, const char* fmt, va_list ap)

Generate a log message using a vprintf-style format string and option arguments

Documentation

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).
Parameters:
pri - the priority to assign to this message
file - the file that contains the code that is calling cpLog
line - the specific line in the file where cpLog is being called
fmt - a printf-style format string
ap - a va_list (varaible-argument list), used to pass variable arguments around

alphabetic index hierarchy of classes


generated by doc++