We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff9dfe commit fa5c8abCopy full SHA for fa5c8ab
src/utils/utils.hpp
@@ -6,6 +6,9 @@ namespace duckdb
6
{
7
namespace netquack
8
9
+ // Function to log messages with a specified log level
10
+ void LogMessage(const std::string &level, const std::string &message);
11
+
12
// Function to download a file from a URL
13
size_t WriteCallback(void *contents, size_t size, size_t nmemb, void *userp);
14
0 commit comments