Create log files under configDir/logs; seed initial pipeline cache

This commit is contained in:
Luke Street
2026-04-14 01:32:58 -06:00
parent 588910c642
commit 27d95c37d5
4 changed files with 186 additions and 23 deletions
+3
View File
@@ -7,6 +7,9 @@
void aurora_log_callback(AuroraLogLevel level, const char* module, const char* message, unsigned int len);
namespace dusk {
void InitializeFileLogging(const char* configDir, AuroraLogLevel logLevel);
void ShutdownFileLogging();
const char* GetLogFilePath();
void SendToStubLog(AuroraLogLevel level, const char* module, const char* message);
}