Home
last modified time | relevance | path

Searched refs:sLogline (Results 1 – 4 of 4) sorted by relevance

/dports/www/domoticz/domoticz-2020.2/main/
H A DLogger.cpp160 void CLogger::Log(const _eLogLevel level, const std::string& sLogline) in Log() argument
162 Log(level, "%s", sLogline.c_str()); in Log()
272 void CLogger::Debug(const _eDebugLevel level, const std::string& sLogline) in Debug() argument
276 Log(LOG_DEBUG_INT, sLogline); in Debug()
H A DLogger.h63 void Log(const _eLogLevel level, const std::string& sLogline);
69 void Debug(const _eDebugLevel level, const std::string& sLogline);
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DDomoticzHardware.h55 void Log(const _eLogLevel level, const std::string& sLogline);
61 void Debug(const _eDebugLevel level, const std::string& sLogline);
H A DDomoticzHardware.cpp132 void CDomoticzHardwareBase::Log(const _eLogLevel level, const std::string& sLogline) in Log() argument
134 _log.Log(level, "%s: %s", m_ShortName.c_str(), sLogline.c_str()); in Log()
147 void CDomoticzHardwareBase::Debug(const _eDebugLevel level, const std::string& sLogline) in Debug() argument
149 _log.Debug(level, "%s: %s", m_ShortName.c_str(), sLogline.c_str()); in Debug()