MCPcopy Create free account
hub / github.com/OriginQ/QPanda-2 / toStandardOutput

Method toStandardOutput

Extensions/PilotOSMachine/easylogging++.cpp:1641–1643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1639}
1640
1641bool TypedConfigurations::toStandardOutput(Level level) {
1642 return getConfigByVal<bool>(level, &m_toStandardOutputMap, "toStandardOutput");
1643}
1644
1645const base::LogFormat& TypedConfigurations::logFormat(Level level) {
1646 return getConfigByRef<base::LogFormat>(level, &m_logFormatMap, "logFormat");

Callers 2

dispatchMethod · 0.80
handleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected