MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / GetLoggingState

Method GetLoggingState

cpp/src/platform/Log.cpp:211–216  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Return a flag to indicate whether logging is enabled -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

209// Return a flag to indicate whether logging is enabled
210//-----------------------------------------------------------------------------
211bool Log::GetLoggingState
212(
213)
214{
215 return s_dologging;
216}
217
218//-----------------------------------------------------------------------------
219// <Log::Write>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected