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