aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/Utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/Utils.cpp')
-rw-r--r--src/armnn/Utils.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/armnn/Utils.cpp b/src/armnn/Utils.cpp
index fb8f4d6f72..fbde701a2a 100644
--- a/src/armnn/Utils.cpp
+++ b/src/armnn/Utils.cpp
@@ -9,10 +9,10 @@
namespace armnn
{
-
void ConfigureLogging(bool printToStandardOutput, bool printToDebugOutput, LogSeverity severity)
{
- armnnUtils::ConfigureLogging(boost::log::core::get().get(), printToStandardOutput, printToDebugOutput, severity);
+ using armnnUtils::ConfigureLogging;
+ ConfigureLogging(boost::log::core::get().get(), printToStandardOutput, printToDebugOutput, severity);
}
// Default to logging completely disabled.