IVGCVSW-6843 replace armnn::Logging with arm::pipe::Logging in profiling code

Change-Id: I9c3af46ca02c5685e06657b8af0e4658d71891d4
Signed-off-by: Jim Flynn <jim.flynn@arm.com>
diff --git a/src/armnn/test/RuntimeTests.cpp b/src/armnn/test/RuntimeTests.cpp
index 9cf322c..89a8719 100644
--- a/src/armnn/test/RuntimeTests.cpp
+++ b/src/armnn/test/RuntimeTests.cpp
@@ -13,7 +13,6 @@
 #include <Runtime.hpp>
 #include <armnn/TypesUtils.hpp>
 
-
 #include <common/include/LabelsAndEventClasses.hpp>
 #include <test/ProfilingTestUtils.hpp>
 
@@ -36,7 +35,7 @@
     runtime->m_LoadedNetworks.reserve(1);
 }
 
-}
+} // namespace armnn
 
 TEST_SUITE("Runtime")
 {
@@ -600,6 +599,8 @@
 {
     using namespace armnn;
 
+    LogLevelSwapper logLevelSwapper(arm::pipe::LogSeverity::Fatal);
+
     // Create runtime in which the test will run
     armnn::IRuntime::CreationOptions options;
     armnn::RuntimeImpl runtime(options);