Home
last modified time | relevance | path

Searched refs:SetLoggingSinks (Results 1 – 2 of 2) sorted by relevance

/external/armnn/src/armnn/
DLogging.cpp167 inline void SetLoggingSinks(bool standardOut, bool debugOut, bool coloured) in SetLoggingSinks() function
193 SetLoggingSinks<LogSeverity::Trace>(standardOut, debugOut, coloured); in SetAllLoggingSinks()
194 SetLoggingSinks<LogSeverity::Debug>(standardOut, debugOut, coloured); in SetAllLoggingSinks()
195 SetLoggingSinks<LogSeverity::Info>(standardOut, debugOut, coloured); in SetAllLoggingSinks()
196 SetLoggingSinks<LogSeverity::Warning>(standardOut, debugOut, coloured); in SetAllLoggingSinks()
197 SetLoggingSinks<LogSeverity::Error>(standardOut, debugOut, coloured); in SetAllLoggingSinks()
198 SetLoggingSinks<LogSeverity::Fatal>(standardOut, debugOut, coloured); in SetAllLoggingSinks()
/external/armnn/profiling/common/src/
DLogging.cpp162 inline void SetLoggingSinks(bool standardOut, bool debugOut, bool coloured) in SetLoggingSinks() function
188 SetLoggingSinks<LogSeverity::Trace>(standardOut, debugOut, coloured); in SetAllLoggingSinks()
189 SetLoggingSinks<LogSeverity::Debug>(standardOut, debugOut, coloured); in SetAllLoggingSinks()
190 SetLoggingSinks<LogSeverity::Info>(standardOut, debugOut, coloured); in SetAllLoggingSinks()
191 SetLoggingSinks<LogSeverity::Warning>(standardOut, debugOut, coloured); in SetAllLoggingSinks()
192 SetLoggingSinks<LogSeverity::Error>(standardOut, debugOut, coloured); in SetAllLoggingSinks()
193 SetLoggingSinks<LogSeverity::Fatal>(standardOut, debugOut, coloured); in SetAllLoggingSinks()