|
@@ -146,7 +146,6 @@ void change_callback_log_severity(int loglevelMin, int loglevelMax,
|
|
void flush_pending_log_callbacks(void);
|
|
void flush_pending_log_callbacks(void);
|
|
void log_set_application_name(const char *name);
|
|
void log_set_application_name(const char *name);
|
|
|
|
|
|
-/* Outputs a message to stdout */
|
|
|
|
void tor_log(int severity, log_domain_mask_t domain, const char *format, ...)
|
|
void tor_log(int severity, log_domain_mask_t domain, const char *format, ...)
|
|
CHECK_PRINTF(3,4);
|
|
CHECK_PRINTF(3,4);
|
|
#define log tor_log /* hack it so we don't conflict with log() as much */
|
|
#define log tor_log /* hack it so we don't conflict with log() as much */
|