Home
last modified time | relevance | path

Searched refs:LogLevel (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/oss/src/utils/
A DLogUtils.cc30 static LogLevel gOssLogLevel = LogLevel::LogAll;
38 static std::string LogPrefix(LogLevel logLevel, const char* tag) in LogPrefix()
41 int index = logLevel - LogLevel::LogOff; in LogPrefix()
65 void AlibabaCloud::OSS::FormattedLog(LogLevel logLevel, const char* tag, const char* fmt, ...) in FormattedLog()
91 static void DefaultLogCallbackFunc(LogLevel level, const std::string &stream) in DefaultLogCallbackFunc()
97 LogLevel AlibabaCloud::OSS::GetLogLevelInner() in GetLogLevelInner()
107 void AlibabaCloud::OSS::SetLogLevelInner(LogLevel level) in SetLogLevelInner()
119 gOssLogLevel = LogLevel::LogOff; in InitLogInner()
127 …gOssLogLevel = static_cast<decltype(LogLevel::LogOff)>(static_cast<decltype(i)>(LogLevel::LogOff) … in InitLogInner()
137 gOssLogLevel = LogLevel::LogOff; in DeinitLogInner()
A DLogUtils.h27 LogLevel GetLogLevelInner();
29 void SetLogLevelInner(LogLevel level);
32 void FormattedLog(LogLevel logLevel, const char* tag, const char* formatStr, ...);
A DThreadExecutor.cc50 OSS_LOG(LogLevel::LogDebug, TAG, "task(%p) enter execute main thread", task); in execute()
54 OSS_LOG(LogLevel::LogDebug, TAG, "task(%p) leave execute main thread", task); in execute()
/AliOS-Things-master/components/oss/src/http/
A DCurlHttpClient.cc278 OSS_LOG(LogLevel::LogDebug, TAG, "request(%p) setResponseBody, recvBodyPos:%lld", in recvBody()
346 OSS_LOG(LogLevel::LogInfo, TAG, "handle(%p)=> Info: %.*s", handle, size, data); in debugCallback()
349 OSS_LOG(LogLevel::LogDebug, TAG, "handle(%p)=> Send header: %.*s", handle, size, data); in debugCallback()
352 OSS_LOG(LogLevel::LogDebug, TAG, "handle(%p)=> Recv header: %.*s", handle, size, data); in debugCallback()
441 OSS_LOG(LogLevel::LogDebug, TAG, "request(%p) enter makeRequest", request.get()); in makeRequest()
463 OSS_LOG(LogLevel::LogDebug, TAG, "request(%p) acquire curl handle:%p", request.get(), curl); in makeRequest()
546 if (GetLogLevelInner() >= LogLevel::LogInfo) { in makeRequest()
631 … OSS_LOG(LogLevel::LogDebug, TAG, "request(%p) setResponseBody, tellp:%lld, recvBodyPos:%lld", in makeRequest()
646 OSS_LOG(LogLevel::LogDebug, TAG, "request(%p) leave makeRequest, CURLcode:%d, ResponseCode:%d", in makeRequest()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DTypes.h73 enum LogLevel enum
161 typedef void(*LogCallback)(LogLevel level, const std::string& stream);
A DOssClient.h37 void ALIBABACLOUD_OSS_EXPORT SetLogLevel(LogLevel level);
/AliOS-Things-master/components/oss/src/model/
A DSelectObjectRequest.cc235 OSS_LOG(LogLevel::LogDebug, TAG, "Payload checksum fail."); in setResponseStreamFactory()
/AliOS-Things-master/components/oss/src/
A DOssClientImpl.cc217 …OSS_LOG(LogLevel::LogDebug, TAG, "client(%p) request(%p) CanonicalString:%s", this, httpRequest.ge… in addSignInfo()
218 …OSS_LOG(LogLevel::LogDebug, TAG, "client(%p) request(%p) Authorization:%s", this, httpRequest.get(… in addSignInfo()
231 …OSS_LOG(LogLevel::LogDebug, TAG, "client(%p) request(%p) host:%s, path:%s", this, httpRequest.get(… in addUrl()
1690 OSS_LOG(LogLevel::LogDebug, TAG, "client(%p) DisableRequest", this); in DisableRequest()
1696 OSS_LOG(LogLevel::LogDebug, TAG, "client(%p) EnableRequest", this); in EnableRequest()
A DOssClient.cc54 void AlibabaCloud::OSS::SetLogLevel(LogLevel level) in SetLogLevel()
/AliOS-Things-master/components/oss/src/resumable/
A DResumableCopier.cc87 … OSS_LOG(LogLevel::LogDebug, TAG, "NO.%d part data copy failed!", part.PartNumber()); in Copy()
A DResumableUploader.cc119 OSS_LOG(LogLevel::LogDebug, TAG, "NO.2 part data upload failed."); in Upload()
A DResumableDownloader.cc100 OSS_LOG(LogLevel::LogDebug, TAG, "NO.2 part data download failed."); in Download()

Completed in 22 milliseconds