1
0
mirror of synced 2026-03-30 19:59:17 +00:00

Merge pull request #5355 from rocallahan/deprecate-logv_file_error

Deprecate `logv_file_error()`
This commit is contained in:
Jannis Harder
2025-09-22 14:23:55 +02:00
committed by GitHub

View File

@@ -119,6 +119,7 @@ extern int log_make_debug;
extern int log_force_debug;
extern int log_debug_suppressed;
[[deprecated]]
[[noreturn]] void logv_file_error(const string &filename, int lineno, const char *format, va_list ap);
void set_verific_logging(void (*cb)(int msg_type, const char *message_id, const char* file_path, unsigned int left_line, unsigned int left_col, unsigned int right_line, unsigned int right_col, const char *msg));