MCPcopy Create free account
hub / github.com/ARM-software/armnn / SetAllLoggingSinks

Function SetAllLoggingSinks

src/armnn/Logging.cpp:191–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void SetAllLoggingSinks(bool standardOut, bool debugOut, bool coloured)
192{
193 SetLoggingSinks<LogSeverity::Trace>(standardOut, debugOut, coloured);
194 SetLoggingSinks<LogSeverity::Debug>(standardOut, debugOut, coloured);
195 SetLoggingSinks<LogSeverity::Info>(standardOut, debugOut, coloured);
196 SetLoggingSinks<LogSeverity::Warning>(standardOut, debugOut, coloured);
197 SetLoggingSinks<LogSeverity::Error>(standardOut, debugOut, coloured);
198 SetLoggingSinks<LogSeverity::Fatal>(standardOut, debugOut, coloured);
199}
200
201} //namespace armnn

Callers 4

ConfigureLoggingFunction · 0.70
UnitTests.cppFile · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected