Optimize logging for user builds

This commit is contained in:
wheremyfoodat 2023-07-27 17:16:45 +03:00
parent 0f27c5de06
commit 69b5357eb3
5 changed files with 80 additions and 57 deletions

View file

@ -107,9 +107,9 @@ private:
MAKE_LOG_FUNCTION(log, kernelLogger)
MAKE_LOG_FUNCTION(logSVC, svcLogger)
MAKE_LOG_FUNCTION(logThread, threadLogger)
MAKE_LOG_FUNCTION(logDebugString, debugStringLogger)
MAKE_LOG_FUNCTION(logError, errorLogger)
MAKE_LOG_FUNCTION(logFileIO, fileIOLogger)
MAKE_LOG_FUNCTION_USER(logDebugString, debugStringLogger)
// SVC implementations
void arbitrateAddress();