26 void Log(
const char *format, ...) __attribute__((format(printf, 1, 2)));
35 void LogErrno(const
char *format, ...) __attribute__((format(printf, 1, 2)));
void Log(const char *format,...) __attribute__((format(printf
Prints the given string to the error log (stderr).
void void LogErrno(const char *format,...) __attribute__((format(printf
Prints the given string to the error log (stderr).