Searched refs:LogLevel (Results 1 – 12 of 12) sorted by relevance
/openthread-latest/src/core/common/ |
D | log.hpp | 66 enum LogLevel : uint8_t enum 308 static void LogInModule(const char *aModuleName, LogLevel aLogLevel, const char *aFormat, ...) 311 template <LogLevel kLogLevel> 315 …static void LogVarArgs(const char *aModuleName, LogLevel aLogLevel, const char *aFormat, va_list a… 325 template <LogLevel kLogLevel, const char *kModuleName> 332 LogLevel aLogLevel, 337 template <LogLevel kLogLevel>
|
D | log.cpp | 67 template <LogLevel kLogLevel> void Logger::LogAtLevel(const char *aModuleName, const char *aFormat,… in LogAtLevel() 84 void Logger::LogInModule(const char *aModuleName, LogLevel aLogLevel, const char *aFormat, ...) in LogInModule() 93 void Logger::LogVarArgs(const char *aModuleName, LogLevel aLogLevel, const char *aFormat, va_list a… in LogVarArgs() 151 template <LogLevel kLogLevel> 184 LogLevel aLogLevel, in DumpInModule()
|
/openthread-latest/src/core/thread/ |
D | radio_selector.cpp | 81 LogLevel RadioSelector::UpdatePreference(Neighbor &aNeighbor, Mac::RadioType aRadioType, int16_t aD… in UpdatePreference() 110 LogLevel logLevel = kLogLevelInfo; in UpdateOnReceive() 130 LogLevel logLevel = kLogLevelInfo; in UpdateOnSendDone() 174 LogLevel logLevel = kLogLevelInfo; in UpdateOnDeferredAck() 356 void RadioSelector::Log(LogLevel aLogLevel, in Log() 386 void RadioSelector::Log(LogLevel, const char *, Mac::RadioType, const Neighbor &) {} in Log() argument
|
D | mesh_forwarder.hpp | 590 LogLevel aLogLevel); 594 LogLevel aLogLevel); 599 LogLevel aLogLevel); 602 …dressAndPort(const char *aLabel, const Ip6::Address &aAddress, uint16_t aPort, LogLevel aLogLevel); 604 void LogIp6SourceDestAddresses(const Ip6::Headers &aHeaders, LogLevel aLogLevel); 609 LogLevel aLogLevel);
|
D | radio_selector.hpp | 191 …LogLevel UpdatePreference(Neighbor &aNeighbor, Mac::RadioType aRadioType, int16_t aDifferenc… 193 …void Log(LogLevel aLogLevel, const char *aActionText, Mac::RadioType aType, const Neighb…
|
D | mesh_forwarder_ftd.cpp | 851 LogLevel aLogLevel) in LogMeshFragmentHeader() 902 LogLevel aLogLevel) in LogMeshIpHeader() 921 LogLevel aLogLevel) in LogMeshMessage()
|
D | mesh_forwarder.cpp | 1807 void MeshForwarder::LogIp6SourceDestAddresses(const Ip6::Headers &aHeaders, LogLevel aLogLevel) in LogIp6SourceDestAddresses() 1816 LogLevel aLogLevel) in LogIp6AddressAndPort() 1831 void MeshForwarder::LogIp6SourceDestAddresses(const Ip6::Headers &, LogLevel) {} in LogIp6SourceDestAddresses() argument 1838 LogLevel aLogLevel) in LogIp6Message() 1924 LogLevel logLevel = kLogLevelInfo; in LogMessage()
|
/openthread-latest/src/core/api/ |
D | logging_api.cpp | 48 Instance::SetLogLevel(static_cast<LogLevel>(aLogLevel)); in otLoggingSetLevel() 201 Logger::LogVarArgs(moduleName.AsCString(), static_cast<LogLevel>(aLogLevel), aFormat, aArgs); in otLogPlatArgs() 221 Logger::LogVarArgs(kCliModuleName, static_cast<LogLevel>(aLogLevel), aFormat, args); in otLogCli()
|
/openthread-latest/src/core/instance/ |
D | instance.cpp | 71 LogLevel Instance::sLogLevel = static_cast<LogLevel>(OPENTHREAD_CONFIG_LOG_LEVEL_INIT); 514 void Instance::SetLogLevel(LogLevel aLogLevel) in SetLogLevel()
|
D | instance.hpp | 305 static LogLevel GetLogLevel(void) in GetLogLevel() 312 return static_cast<LogLevel>(OPENTHREAD_CONFIG_LOG_LEVEL); 322 static void SetLogLevel(LogLevel aLogLevel); 724 static LogLevel sLogLevel;
|
/openthread-latest/src/core/meshcop/ |
D | secure_transport.cpp | 1021 LogLevel logLevel = kLogLevelDebg; in HandleMbedtlsDebug()
|
/openthread-latest/src/core/mac/ |
D | mac.cpp | 2343 LogLevel logLevel; in LogFrameRxFailure()
|