fxies for AzFramework

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-07-30 17:33:50 -07:00
parent c5dcef180c
commit 63445e107a
12 changed files with 36 additions and 75 deletions
@@ -136,7 +136,7 @@ namespace AzFramework
AZStd::array<char, MaxMessageSize> buffer;
azsnprintf(buffer.data(), buffer.size(), "(%p/%#" PRIxPTR "): %s\n", this, numericThreadId, msg.data());
Platform::DebugOutput(buffer.data());
AZ::Debug::Platform::OutputToDebugger("AssetProcessorConnection", buffer.data());
#else // ASSETPROCESORCONNECTION_VERBOSE_LOGGING is not defined
(void)format;
#endif